Searched refs:EVP_CIPHER_is_a (Results 1 - 15 of 15) sorted by relevance
/third_party/openssl/test/ |
H A D | namemap_internal_test.c | 130 * Test that EVP_CIPHER_is_a() responds appropriately, even for ciphers that 140 if (!TEST_true(EVP_CIPHER_is_a(fetched, "id-aes256-CCM")) in test_cipher_is_a() 141 || !TEST_false(EVP_CIPHER_is_a(fetched, "AES-128-GCM"))) in test_cipher_is_a() 143 if (!TEST_true(EVP_CIPHER_is_a(EVP_aes_256_gcm(), "AES-256-GCM")) in test_cipher_is_a() 144 || !TEST_false(EVP_CIPHER_is_a(EVP_aes_256_gcm(), "AES-128-CCM"))) in test_cipher_is_a()
|
H A D | evp_libctx_test.c | 360 no_null_key = EVP_CIPHER_is_a(cipher, "RC4") in test_cipher_reinit() 361 || EVP_CIPHER_is_a(cipher, "RC4-40") in test_cipher_reinit() 362 || EVP_CIPHER_is_a(cipher, "RC4-HMAC-MD5"); in test_cipher_reinit() 365 diff = EVP_CIPHER_is_a(cipher, "DES3-WRAP"); in test_cipher_reinit()
|
H A D | evp_test.c | 961 && (EVP_CIPHER_is_a(expected->cipher, "AES-128-CBC-HMAC-SHA1") in cipher_test_enc() 962 || EVP_CIPHER_is_a(expected->cipher, "AES-256-CBC-HMAC-SHA1"))) { in cipher_test_enc()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 136 if (EVP_CIPHER_is_a(c, "AES-128-CCM")) { in ktls_check_supported_cipher() 145 || EVP_CIPHER_is_a(c, "AES-128-GCM") in ktls_check_supported_cipher() 148 || EVP_CIPHER_is_a(c, "AES-256-GCM") in ktls_check_supported_cipher() 151 || EVP_CIPHER_is_a(c, "ChaCha20-Poly1305") in ktls_check_supported_cipher()
|
/third_party/openssl/ssl/ |
H A D | ktls.c | 136 if (EVP_CIPHER_is_a(c, "AES-128-CCM")) { in ktls_check_supported_cipher() 145 || EVP_CIPHER_is_a(c, "AES-128-GCM") in ktls_check_supported_cipher() 148 || EVP_CIPHER_is_a(c, "AES-256-GCM") in ktls_check_supported_cipher() 151 || EVP_CIPHER_is_a(c, "ChaCha20-Poly1305") in ktls_check_supported_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_lib.c | 107 if (EVP_CIPHER_is_a(cipher, SN_id_smime_alg_CMS3DESwrap)) in evp_cipher_param_to_asn1_ex() 675 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name) in EVP_CIPHER_is_a() function
|
/third_party/openssl/crypto/evp/ |
H A D | evp_lib.c | 107 if (EVP_CIPHER_is_a(cipher, SN_id_smime_alg_CMS3DESwrap)) in evp_cipher_param_to_asn1_ex() 675 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name) in EVP_CIPHER_is_a() function
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 86 if (EVP_CIPHER_is_a(cipher, kek_algs[i].name)) { in find_alg_id()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 178 ok = ok && EVP_CIPHER_is_a(key1->cipher.cipher, in mac_match()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 178 ok = ok && EVP_CIPHER_is_a(key1->cipher.cipher, in mac_match()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 86 if (EVP_CIPHER_is_a(cipher, kek_algs[i].name)) { in find_alg_id()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 128 if (select_name != NULL && !EVP_CIPHER_is_a(c, select_name)) in list_ciphers()
|
/third_party/openssl/apps/ |
H A D | list.c | 128 if (select_name != NULL && !EVP_CIPHER_is_a(c, select_name)) in list_ciphers()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 584 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 582 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name);
|
Completed in 27 milliseconds