Searched refs:HCRYPTO_FALLBACK (Results 1 – 9 of 9) sorted by relevance
181 #elif HCRYPTO_FALLBACK in EVP_cc_des_ede3_cbc()233 #elif HCRYPTO_FALLBACK in EVP_cc_des_cbc()285 #elif HCRYPTO_FALLBACK in EVP_cc_aes_128_cbc()320 #elif HCRYPTO_FALLBACK in EVP_cc_aes_192_cbc()355 #elif HCRYPTO_FALLBACK in EVP_cc_aes_256_cbc()407 #elif HCRYPTO_FALLBACK in EVP_cc_aes_128_cfb8()442 #elif HCRYPTO_FALLBACK in EVP_cc_aes_192_cfb8()477 #elif HCRYPTO_FALLBACK in EVP_cc_aes_256_cfb8()530 #elif HCRYPTO_FALLBACK in EVP_cc_rc2_cbc()566 #elif HCRYPTO_FALLBACK in EVP_cc_rc2_40_cbc()[all …]
101 else if (HCRYPTO_FALLBACK) \
210 #if HCRYPTO_FALLBACK in get_EVP_CIPHER_once_cb()354 #if HCRYPTO_FALLBACK in get_EVP_MD_once_cb()
517 if (cipher == NULL && HCRYPTO_FALLBACK) \567 if (md == NULL && HCRYPTO_FALLBACK) \
64 …if ("$(HCRYPTO_FALLBACK)") { print "#define HCRYPTO_FALLBACK 1\n"; } else { print "#define HCRYPTO…
1275 #undef HCRYPTO_FALLBACK
85 …[AC_DEFINE([HCRYPTO_FALLBACK],0,[Set to 1 to allow fallback to hcrypto for unavailable algorithms]… definition86 …[AC_DEFINE([HCRYPTO_FALLBACK],1,[Set to 1 to allow fallback to hcrypto for unavailable algorithms]… definition
103 HCRYPTO_FALLBACK=1
1298 #define HCRYPTO_FALLBACK 1 macro