X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fcrypto%2Fhcrypto%2Fafshcrypto.def;h=1c41e52961420be056790cfd59cf63d6b9d1a38d;hp=00df6ba6e45ab8278518abf27b370272ba1f7838;hb=09912a3fcc9ae5f0995fb47aedc3b7279b663ad2;hpb=a25434430815ebf020407fdfaedd46db94475412 diff --git a/src/crypto/hcrypto/afshcrypto.def b/src/crypto/hcrypto/afshcrypto.def index 00df6ba..1c41e52 100644 --- a/src/crypto/hcrypto/afshcrypto.def +++ b/src/crypto/hcrypto/afshcrypto.def @@ -17,3 +17,25 @@ EXPORTS hc_UI_UTIL_read_pw_string @16 hc_DES_is_weak_key @17 hc_DES_check_key_parity @18 + hc_EVP_CIPHER_CTX_block_size @19 + hc_EVP_CIPHER_CTX_cleanup @20 + hc_EVP_CIPHER_CTX_init @21 + hc_EVP_CIPHER_CTX_iv_length @22 + hc_EVP_Cipher @23 + hc_EVP_CipherInit_ex @24 + hc_EVP_Digest @25 + hc_EVP_DigestFinal_ex @26 + hc_EVP_DigestInit_ex @27 + hc_EVP_DigestUpdate @28 + hc_EVP_MD_CTX_create @29 + hc_EVP_MD_CTX_destroy @30 + hc_EVP_aes_128_cbc @31 + hc_EVP_aes_256_cbc @32 + hc_EVP_des_ede3_cbc @33 + hc_EVP_md5 @34 + hc_EVP_rc4 @35 + hc_EVP_sha1 @36 + hc_RAND_status @37 + hc_RAND_file_name @38 + hc_RAND_add @39 + hc_RAND_write_file @40