hcrypto: Add exports for more crypto algorithms
[openafs.git] / src / crypto / hcrypto / afshcrypto.def
index 00df6ba..1c41e52 100644 (file)
@@ -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