Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_fetch (Results 1 – 25 of 55) sorted by relevance

123

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_siv_hw.c35 ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", propq); in aes_siv_initkey()
36 ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-128-CTR", propq); in aes_siv_initkey()
39 ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-192-CBC", propq); in aes_siv_initkey()
40 ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-192-CTR", propq); in aes_siv_initkey()
43 ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-256-CBC", propq); in aes_siv_initkey()
44 ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-256-CTR", propq); in aes_siv_initkey()
/third_party/openssl/demos/cipher/
Daeskeywrap.c75 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-WRAP", propq)) == NULL) in aes_wrap_encrypt()
132 if ((cipher = EVP_CIPHER_fetch(libctx, "aes-256-wrap", propq)) == NULL) in aes_wrap_decrypt()
Dariacbc.c74 if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL) in aria_cbc_encrypt()
130 if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL) in aria_cbc_decrypt()
Daesgcm.c92 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL) in aes_gcm_encrypt()
167 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL) in aes_gcm_decrypt()
Daesccm.c94 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL) in aes_ccm_encrypt()
178 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL) in aes_ccm_decrypt()
/third_party/openssl/test/
Devp_extra_test.c1180 else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC", in test_EVP_Enveloped()
2831 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks()
3148 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes()
3158 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes()
3168 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes()
3178 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes()
3187 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes()
3201 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes()
3288 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des()
3293 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des()
[all …]
Devp_libctx_test.c347 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL))) in test_cipher_reinit()
438 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL))) in test_cipher_reinit_partialupdate()
573 ret = TEST_ptr(aes_cipher = EVP_CIPHER_fetch(libctx, "AES-256-CBC", NULL)) in test_cipher_tdes_randkey()
575 && TEST_ptr(tdes_cipher = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", NULL)) in test_cipher_tdes_randkey()
Dnamemap_internal_test.c135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a()
Devp_fetch_prov_test.c297 cipher = EVP_CIPHER_fetch(ctx, id, fetch_property); in test_explicit_EVP_CIPHER_fetch()
Dacvp_test.c685 || !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, "")) in cipher_enc()
735 || !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, "")) in aes_ccm_enc_dec()
822 || !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, "")) in aes_gcm_enc_dec()
1413 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, "AES-128-CFB1", "fips=yes"))) in aes_cfb1_bits_test()
/third_party/openssl/demos/mac/
Dpoly1305.c118 aes = EVP_CIPHER_fetch(library_context, "AES-128-ECB", propq); in main()
/third_party/rust/crates/rust-openssl/openssl/src/
Dcipher.rs119 #[corresponds(EVP_CIPHER_fetch)]
130 let ptr = cvt_p(ffi::EVP_CIPHER_fetch( in fetch()
/third_party/openssl/crypto/pkcs12/
Dp12_sbag.c216 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
Dp12_add.c106 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_pack_p7encdata_ex()
/third_party/openssl/doc/man7/
DOSSL_PROVIDER-legacy.pod28 L<EVP_MD_fetch(3)> or L<EVP_CIPHER_fetch(3)>, as well as with other
/third_party/openssl/crypto/cms/
Dcms_enc.c65 fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher), in ossl_cms_EncryptedContent_init_bio()
Dcms_dh.c124 kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery); in dh_cms_set_shared_info()
Dcms_pwri.c328 kekcipher = EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(cms_ctx), name, in ossl_cms_RecipientInfo_pwri_crypt()
Dcms_ec.c189 kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery); in ecdh_cms_set_shared_info()
/third_party/openssl/providers/implementations/rands/
Ddrbg_ctr.c703 ctr->cipher_ctr = EVP_CIPHER_fetch(libctx, base, propquery); in drbg_ctr_set_ctx_params()
704 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params()
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod5 EVP_CIPHER_fetch,
105 EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
253 =item EVP_CIPHER_fetch()
344 typically supplied by calling EVP_CIPHER_fetch(). I<type> may also be set
455 OpenSSL prior to version 3 and is different to the EVP_CIPHER_fetch() function
464 implementation is available. Use EVP_CIPHER_fetch() instead to explicitly fetch
541 EVP_CIPHER_fetch()), only cipher names registered with the default library
640 When EVP_CIPHER_fetch() is called it internally calls EVP_CIPHER_get_params()
1181 EVP_CIPHER_fetch() returns a pointer to a B<EVP_CIPHER> for success
1624 cipher = EVP_CIPHER_fetch(NULL, "AES-256-CBC-CTS", NULL);
[all …]
/third_party/openssl/crypto/evp/
Devp_pbe.c121 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); in EVP_PBE_CipherInit_ex()
Dp5_crpt2.c147 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq); in PKCS5_v2_PBE_keyivgen_ex()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c311 fetched_cipher = EVP_CIPHER_fetch(libctx, in PKCS7_dataInit()
459 evp_cipher = EVP_CIPHER_fetch(libctx, name, propq); in PKCS7_dataDecode()
480 evp_cipher = EVP_CIPHER_fetch(libctx, name, propq); in PKCS7_dataDecode()
/third_party/openssl/providers/common/
Dprovider_util.c112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery); in ossl_prov_cipher_load_from_params()

123