Home
last modified time | relevance | path

Searched refs:EVP_get_cipherbyname (Results 1 – 24 of 24) sorted by relevance

/third_party/openssl/crypto/cmac/
Dcm_pmeth.c118 c = EVP_get_cipherbyname(value); in pkey_cmac_ctrl_str()
/third_party/openssl/crypto/evp/
Dnames.c58 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname() function
/third_party/gstreamer/gstplugins_bad/ext/aes/
Dgstaesdec.c272 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()
Dgstaesenc.c270 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()
/third_party/openssl/apps/
Denc.c131 cipher = EVP_get_cipherbyname(prog); in enc_main()
634 cipher = EVP_get_cipherbyname(name->name); in show_ciphers()
Dopenssl.c561 } else if (EVP_get_cipherbyname(argv[0])) { in do_cmd()
Dopt.c277 *cipherp = EVP_get_cipherbyname(name); in opt_cipher()
Dspeed.c1568 evp_cipher = EVP_get_cipherbyname(opt_arg()); in speed_main()
/third_party/openssl/ssl/
Dssl_ciph.c562 (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()
/third_party/openssl/test/
Devp_extra_test.c525 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()
Devp_test.c496 if ((cipher = EVP_get_cipherbyname(alg)) == NULL) { in cipher_test_init()
1004 EVP_get_cipherbyname(expected->alg)); in mac_test_run()
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod25 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()
DPEM_read_bio_PrivateKey.pod353 used by EVP_get_cipherbyname() and an initialization vector used by the
/third_party/openssl/doc/man1/
Dpkey.pod83 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.
Dgenpkey.pod52 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.
Dsmime.pod209 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
Dcms.pod307 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
/third_party/openssl/include/openssl/
Devp.h440 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
968 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
/third_party/openssl/crypto/pem/
Dpem_lib.c538 cipher->cipher = enc = EVP_get_cipherbyname(dekinfostart); in PEM_get_EVP_CIPHER_INFO()
/third_party/openssl/crypto/engine/
DREADME31 cipher = EVP_get_cipherbyname("des_cbc");
/third_party/node/src/
Dnode_crypto.cc3032 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()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1684 #define EVP_get_cipherbyname BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_get_cipherbyname) macro
/third_party/openssl/util/
Dlibcrypto.num1287 EVP_get_cipherbyname 1277 1_1_0 EXIST::FUNCTION:
/third_party/sqlite/src/
Dsqlite3.c238233 if(EVP_get_cipherbyname(DEFAULT_CIPHER) == NULL){
238276 return (void *)EVP_get_cipherbyname(cipherName);