/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 35 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()
|
/freebsd/crypto/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 75 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 D | ariacbc.c | 74 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 D | aesgcm.c | 92 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 D | aesccm.c | 94 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()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 1307 else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC", in test_EVP_Enveloped() 3029 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks() 3346 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes() 3356 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes() 3366 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes() 3376 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes() 3385 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes() 3399 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes() 3486 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des() 3491 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des() [all …]
|
H A D | evp_libctx_test.c | 347 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() 590 ret = TEST_ptr(aes_cipher = EVP_CIPHER_fetch(libctx, "AES-256-CBC", NULL)) in test_cipher_tdes_randkey() 592 && TEST_ptr(tdes_cipher = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", NULL)) in test_cipher_tdes_randkey()
|
H A D | namemap_internal_test.c | 135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a()
|
/freebsd/crypto/openssl/demos/mac/ |
H A D | poly1305.c | 118 aes = EVP_CIPHER_fetch(library_context, "AES-128-ECB", propq); in main()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_cast5_cbc.pod | 44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-CAST(7)> instead.
|
H A D | EVP_idea_cbc.pod | 42 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-IDEA(7)> instead.
|
H A D | EVP_bf_cbc.pod | 44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-BLOWFISH(7)> instead.
|
H A D | OSSL_ALGORITHM.pod | 40 the appropriate fetching functionality (such as L<EVP_CIPHER_fetch(3)>, 83 functionality (such as L<EVP_CIPHER_fetch(3)>, L<EVP_MD_fetch(3)>, etc) for
|
H A D | EVP_desx_cbc.pod | 34 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-DES(7)> instead.
|
H A D | EVP_seed_cbc.pod | 44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-SEED(7)> instead.
|
H A D | EVP_sm4_cbc.pod | 48 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-SM4(7)> instead.
|
H A D | EVP_camellia_128_ecb.pod | 82 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-CAMELLIA(7)> instead.
|
H A D | EVP_rc4.pod | 50 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC4(7)> instead.
|
H A D | EVP_chacha20.pod | 47 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-CHACHA(7)> instead.
|
H A D | EVP_rc2_cbc.pod | 58 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC2(7)> instead.
|
H A D | EVP_des_cbc.pod | 92 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-DES(7)> instead.
|
H A D | EVP_rc5_32_12_16_cbc.pod | 63 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC5(7)> instead.
|
H A D | EVP_aria_128_gcm.pod | 99 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-ARIA(7)> instead.
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_sbag.c | 216 pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq); in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-legacy.pod | 28 L<EVP_MD_fetch(3)> or L<EVP_CIPHER_fetch(3)>, as well as with other
|