Add CommonCrypto support, split out all hcrypto specific code to hcrypto module
This commit is contained in:
@@ -141,12 +141,6 @@ HEIMDAL_CRYPTO_1.0 {
|
||||
hc_EVP_aes_128_cbc;
|
||||
hc_EVP_aes_192_cbc;
|
||||
hc_EVP_aes_256_cbc;
|
||||
hc_EVP_hcrypto_aes_128_cbc;
|
||||
hc_EVP_hcrypto_aes_192_cbc;
|
||||
hc_EVP_hcrypto_aes_256_cbc;
|
||||
hc_EVP_hcrypto_aes_cts_128_cbc;
|
||||
hc_EVP_hcrypto_aes_cts_192_cbc;
|
||||
hc_EVP_hcrypto_aes_cts_256_cbc;
|
||||
hc_EVP_des_cbc;
|
||||
hc_EVP_des_ede3_cbc;
|
||||
hc_EVP_camellia_128_cbc;
|
||||
@@ -166,6 +160,33 @@ HEIMDAL_CRYPTO_1.0 {
|
||||
hc_EVP_sha;
|
||||
hc_EVP_sha1;
|
||||
hc_EVP_sha256;
|
||||
|
||||
hc_EVP_cc_md2;
|
||||
hc_EVP_cc_md4;
|
||||
hc_EVP_cc_md5;
|
||||
hc_EVP_cc_sha1;
|
||||
hc_EVP_cc_sha256;
|
||||
hc_EVP_cc_des_ede3_cbc;
|
||||
hc_EVP_cc_aes_128_cbc;
|
||||
hc_EVP_cc_aes_192_cbc;
|
||||
hc_EVP_cc_aes_256_cbc;
|
||||
|
||||
hc_EVP_hcrypto_md2;
|
||||
hc_EVP_hcrypto_md4;
|
||||
hc_EVP_hcrypto_md5;
|
||||
hc_EVP_hcrypto_sha1;
|
||||
hc_EVP_hcrypto_sha256;
|
||||
hc_EVP_hcrypto_des_ede3_cbc;
|
||||
hc_EVP_hcrypto_aes_128_cbc;
|
||||
hc_EVP_hcrypto_aes_192_cbc;
|
||||
hc_EVP_hcrypto_aes_256_cbc;
|
||||
hc_EVP_hcrypto_rc4;
|
||||
hc_EVP_hcrypto_rc4_40;
|
||||
|
||||
hc_EVP_hcrypto_aes_cts_128_cbc;
|
||||
hc_EVP_hcrypto_aes_cts_192_cbc;
|
||||
hc_EVP_hcrypto_aes_cts_256_cbc;
|
||||
|
||||
hc_HMAC;
|
||||
hc_HMAC_CTX_cleanup;
|
||||
hc_HMAC_CTX_init;
|
||||
|
Reference in New Issue
Block a user