hcrypto: export weak key routine
[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_is_weak_key;
14         hc_DES_key_sched;
15         hc_DES_new_random_key;
16         hc_DES_pcbc_encrypt;
17         hc_DES_set_odd_parity;
18         hc_DES_string_to_key;
19         hc_MD4_Final;
20         hc_MD4_Init;
21         hc_MD4_Update;
22         hc_MD5_Final;
23         hc_MD5_Init;
24         hc_MD5_Update;
25         hc_RAND_bytes;
26         hc_UI_UTIL_read_pw_string;
27         hc_EVP_CIPHER_CTX_block_size;
28         hc_EVP_CIPHER_CTX_cleanup;
29         hc_EVP_CIPHER_CTX_init;
30         hc_EVP_CIPHER_CTX_iv_length;
31         hc_EVP_Cipher;
32         hc_EVP_CipherInit_ex;
33         hc_EVP_Digest;
34         hc_EVP_DigestFinal_ex;
35         hc_EVP_DigestInit_ex;
36         hc_EVP_DigestUpdate;
37         hc_EVP_MD_CTX_create;
38         hc_EVP_MD_CTX_destroy;
39         hc_EVP_aes_128_cbc;
40         hc_EVP_aes_256_cbc;
41         hc_EVP_des_ede3_cbc;
42         hc_EVP_md5;
43         hc_EVP_rc4;
44         hc_EVP_sha1;
45         hc_RAND_status;
46         hc_RAND_file_name;
47         hc_RAND_add;
48         hc_RAND_write_file;
49     local:
50         *;
51 };