Home
last modified time | relevance | path

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

12

/openssl/test/
H A Dnamemap_internal_test.c119 aes128 = EVP_get_cipherbyname("AES-128-CBC"); in test_cipherbyname()
122 bar = EVP_get_cipherbyname("bar"); in test_cipherbyname()
H A Devp_byname_test.c30 if (!TEST_ptr(cipher = EVP_get_cipherbyname("AES-256-WRAP"))) in test_evp_get_cipherbyname()
H A Devp_test.c931 && (cipher = EVP_get_cipherbyname(alg)) == NULL) { in cipher_test_init()
/openssl/apps/lib/
H A Dengine.c189 return EVP_get_cipherbyname(name); in get_cipher_from_engine()
H A Dopt.c400 && (c = (EVP_CIPHER *)EVP_get_cipherbyname(name)) != NULL)) { in opt_cipher_silent()
/openssl/crypto/evp/
H A Dnames.c70 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname() function
H A Dp5_crpt2.c150 cipher = EVP_get_cipherbyname(ciph_name); in PKCS5_v2_PBE_keyivgen_ex()
/openssl/providers/common/
H A Dprovider_util.c117 cipher = EVP_get_cipherbyname(p->data); in ossl_prov_cipher_load_from_params()
/openssl/apps/
H A Dopenssl.c419 } else if (EVP_get_cipherbyname(argv[0])) { in do_cmd()
H A Denc.c746 cipher = EVP_get_cipherbyname(name->name); in show_ciphers()
H A Dreq.c495 cipher = EVP_get_cipherbyname(opt_arg()); in req_main()
/openssl/crypto/pkcs7/
H A Dpk7_doit.c504 cipher = EVP_get_cipherbyname(name); in PKCS7_dataDecode()
525 cipher = EVP_get_cipherbyname(name); in PKCS7_dataDecode()
/openssl/crypto/crmf/
H A Dcrmf_lib.c653 cipher = (EVP_CIPHER *)EVP_get_cipherbyname(name); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/openssl/doc/man1/
H A Dopenssl-pkey.pod.in122 name accepted by EVP_get_cipherbyname() is acceptable such as B<aes128>.
H A Dopenssl-genpkey.pod.in78 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.
H A Dopenssl-smime.pod.in172 Any standard algorithm name (as used by the EVP_get_cipherbyname() function)
H A Dopenssl-cms.pod.in411 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
/openssl/doc/man3/
H A DEVP_EncryptInit.pod34 EVP_get_cipherbyname,
167 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
465 =item EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
470 EVP_get_cipherbyname() will return NULL for algorithms such as "AES-128-SIV",
474 The EVP_get_cipherbyname() function is present for backwards compatibility with
1322 EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
H A DPEM_read_bio_PrivateKey.pod427 used by EVP_get_cipherbyname() and an initialization vector used by the
/openssl/crypto/pem/
H A Dpem_lib.c546 cipher->cipher = enc = EVP_get_cipherbyname(dekinfostart); in PEM_get_EVP_CIPHER_INFO()
/openssl/engines/
H A De_devcrypto.c611 EVP = EVP_get_cipherbyname(name); in cryptodev_select_cipher_cb()
/openssl/crypto/engine/
H A DREADME.md31 cipher = EVP_get_cipherbyname("des_cbc");
/openssl/doc/man7/
H A Dossl-guide-libcrypto-introduction.pod112 L<EVP_get_cipherbyname(3)> or L<EVP_get_digestbyname(3)>. These are present for
/openssl/include/openssl/
H A Devp.h534 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
1188 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
/openssl/util/
H A Dlibcrypto.num1247 EVP_get_cipherbyname 1277 3_0_0 EXIST::FUNCTION:

Completed in 108 milliseconds

12