Searched refs:EVP_get_cipherbyname (Results 1 – 24 of 24) sorted by relevance
118 c = EVP_get_cipherbyname(value); in pkey_cmac_ctrl_str()
58 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname() function
272 EVP_get_cipherbyname (gst_aes_cipher_enum_to_string (filter->cipher)); in gst_aes_dec_set_property()615 EVP_get_cipherbyname (gst_aes_cipher_enum_to_string (filter->cipher)); in gst_aes_dec_openssl_init()
270 EVP_get_cipherbyname (gst_aes_cipher_enum_to_string (filter->cipher)); in gst_aes_enc_set_property()584 EVP_get_cipherbyname (gst_aes_cipher_enum_to_string (filter->cipher)); in gst_aes_enc_openssl_init()
131 cipher = EVP_get_cipherbyname(prog); in enc_main()634 cipher = EVP_get_cipherbyname(name->name); in show_ciphers()
561 } else if (EVP_get_cipherbyname(argv[0])) { in do_cmd()
277 *cipherp = EVP_get_cipherbyname(name); in opt_cipher()
1568 evp_cipher = EVP_get_cipherbyname(opt_arg()); in speed_main()
562 (evp = EVP_get_cipherbyname("RC4-HMAC-MD5"))) in ssl_cipher_get_evp()566 (evp = EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA1"))) in ssl_cipher_get_evp()570 (evp = EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA1"))) in ssl_cipher_get_evp()574 (evp = EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA256"))) in ssl_cipher_get_evp()578 (evp = EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA256"))) in ssl_cipher_get_evp()
525 if (!TEST_ptr(type = EVP_get_cipherbyname(t->cipher))) { in test_evp_init_seq()628 if (!TEST_ptr(type = EVP_get_cipherbyname("aes-128-cfb"))) { in test_evp_reset()718 if (!TEST_ptr(type = EVP_get_cipherbyname("aes-256-gcm"))) { in test_gcm_reinit()872 if ((type = EVP_get_cipherbyname(t->cipher)) == NULL) { in test_evp_updated_iv()
496 if ((cipher = EVP_get_cipherbyname(alg)) == NULL) { in cipher_test_init()1004 EVP_get_cipherbyname(expected->alg)); in mac_test_run()
25 EVP_get_cipherbyname,96 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);205 EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()302 EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
353 used by EVP_get_cipherbyname() and an initialization vector used by the
83 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.
52 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.
209 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
307 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
440 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))968 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
538 cipher->cipher = enc = EVP_get_cipherbyname(dekinfostart); in PEM_get_EVP_CIPHER_INFO()
31 cipher = EVP_get_cipherbyname("des_cbc");
3032 result.cipher_ = EVP_get_cipherbyname(*cipher_name); in GetPrivateKeyEncodingFromJs()3642 const EVP_CIPHER* const cipher = EVP_get_cipherbyname(cipher_type); in Init()3706 const EVP_CIPHER* const cipher = EVP_get_cipherbyname(cipher_type); in InitIv()
1684 #define EVP_get_cipherbyname BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_get_cipherbyname) macro
1287 EVP_get_cipherbyname 1277 1_1_0 EXIST::FUNCTION:
238233 if(EVP_get_cipherbyname(DEFAULT_CIPHER) == NULL){238276 return (void *)EVP_get_cipherbyname(cipherName);