hcrypto: Add exports for more crypto algorithms
[openafs.git] / src / crypto / hcrypto / libafshcrypto.map
1 # Copyright 2010 Your File System Inc
2 # All Rights Reserved
3 #
4 # This software has been released under the terms of the BSD License. For
5 # details, see the LICENSE file in the top level source directory.
6
7 {
8     global:
9         hc_DES_cbc_encrypt;
10         hc_DES_cbc_cksum;
11         hc_DES_ecb_encrypt;
12         hc_DES_init_random_number_generator;
13         hc_DES_key_sched;
14         hc_DES_new_random_key;
15         hc_DES_pcbc_encrypt;
16         hc_DES_set_odd_parity;
17         hc_DES_string_to_key;
18         hc_MD4_Final;
19         hc_MD4_Init;
20         hc_MD4_Update;
21         hc_MD5_Final;
22         hc_MD5_Init;
23         hc_MD5_Update;
24         hc_RAND_bytes;
25         hc_UI_UTIL_read_pw_string;
26         hc_EVP_CIPHER_CTX_block_size;
27         hc_EVP_CIPHER_CTX_cleanup;
28         hc_EVP_CIPHER_CTX_init;
29         hc_EVP_CIPHER_CTX_iv_length;
30         hc_EVP_Cipher;
31         hc_EVP_CipherInit_ex;
32         hc_EVP_Digest;
33         hc_EVP_DigestFinal_ex;
34         hc_EVP_DigestInit_ex;
35         hc_EVP_DigestUpdate;
36         hc_EVP_MD_CTX_create;
37         hc_EVP_MD_CTX_destroy;
38         hc_EVP_aes_128_cbc;
39         hc_EVP_aes_256_cbc;
40         hc_EVP_des_ede3_cbc;
41         hc_EVP_md5;
42         hc_EVP_rc4;
43         hc_EVP_sha1;
44         hc_RAND_status;
45         hc_RAND_file_name;
46         hc_RAND_add;
47         hc_RAND_write_file;
48     local:
49         *;
50 };