Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_is_a (Results 1 - 15 of 15) sorted by relevance

/third_party/openssl/test/
H A Dnamemap_internal_test.c130 * 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 Devp_libctx_test.c360 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 Devp_test.c961 && (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 Dktls.c136 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 Dktls.c136 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 Devp_lib.c107 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 Devp_lib.c107 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 Dx942kdf.c86 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 Dmac_legacy_kmgmt.c178 ok = ok && EVP_CIPHER_is_a(key1->cipher.cipher, in mac_match()
/third_party/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c178 ok = ok && EVP_CIPHER_is_a(key1->cipher.cipher, in mac_match()
/third_party/openssl/providers/implementations/kdfs/
H A Dx942kdf.c86 if (EVP_CIPHER_is_a(cipher, kek_algs[i].name)) { in find_alg_id()
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c128 if (select_name != NULL && !EVP_CIPHER_is_a(c, select_name)) in list_ciphers()
/third_party/openssl/apps/
H A Dlist.c128 if (select_name != NULL && !EVP_CIPHER_is_a(c, select_name)) in list_ciphers()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h584 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name);
/third_party/openssl/include/openssl/
H A Devp.h582 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name);

Completed in 28 milliseconds