Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_fetch (Results 1 - 25 of 71) sorted by relevance

123

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A 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/providers/implementations/ciphers/
H A 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/
H A 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()
H A 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()
H A 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()
H A 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/
H A Dnamemap_internal_test.c135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a()
H A 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()
H A Devp_extra_test.c1203 else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC", in test_EVP_Enveloped()
2854 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks()
3171 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes()
3181 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes()
3191 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes()
3201 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes()
3210 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes()
3224 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes()
3311 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des()
3316 type = EVP_CIPHER_fetch(testct in test_evp_iv_des()
[all...]
/third_party/openssl/demos/mac/
H A Dpoly1305.c118 aes = EVP_CIPHER_fetch(library_context, "AES-128-ECB", propq); in main()
120 fprintf(stderr, "EVP_CIPHER_fetch() returned NULL\n"); in main()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_enc.c66 fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher), in ossl_cms_EncryptedContent_init_bio()
H A Dcms_dh.c124 kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery); in dh_cms_set_shared_info()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_add.c112 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_pack_p7encdata_ex()
H A Dp12_sbag.c216 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
/third_party/openssl/crypto/cms/
H A Dcms_enc.c65 fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher), in ossl_cms_EncryptedContent_init_bio()
H A Dcms_dh.c124 kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery); in dh_cms_set_shared_info()
/third_party/openssl/crypto/pkcs12/
H A Dp12_add.c112 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_pack_p7encdata_ex()
H A Dp12_sbag.c216 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A 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/providers/implementations/rands/
H A 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/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery); in ossl_prov_cipher_load_from_params()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_pbe.c121 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); in EVP_PBE_CipherInit_ex()
H A Dp5_crpt2.c147 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq); in PKCS5_v2_PBE_keyivgen_ex()
/third_party/openssl/crypto/evp/
H A Devp_pbe.c121 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); in EVP_PBE_CipherInit_ex()
H A Dp5_crpt2.c147 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq); in PKCS5_v2_PBE_keyivgen_ex()

Completed in 18 milliseconds

123