Home
last modified time | relevance | path

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

1234

/freebsd/crypto/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()
H A Dcipher_aes_gcm_siv_hw.c41 ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-128-ECB", NULL); in aes_gcm_siv_initkey()
44 ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-192-ECB", NULL); in aes_gcm_siv_initkey()
47 ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-256-ECB", NULL); in aes_gcm_siv_initkey()
/freebsd/crypto/openssl/demos/cipher/
H A Daeskeywrap.c155 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-WRAP", propq)) == NULL) in aes_wrap_encrypt()
212 if ((cipher = EVP_CIPHER_fetch(libctx, "aes-256-wrap", propq)) == NULL) in aes_wrap_decrypt()
H A Dariacbc.c86 if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL) in aria_cbc_encrypt()
141 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.c93 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL) in aes_ccm_encrypt()
177 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL) in aes_ccm_decrypt()
/freebsd/crypto/openssl/test/
H A Devp_skey_test.c67 fake_cipher = EVP_CIPHER_fetch(libctx, "fake_cipher", FAKE_CIPHER_FETCH_PROPS); in test_skey_cipher()
143 aes_cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", "provider=default"); in test_aes_raw_skey()
219 des_cbc = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", "provider=default"); in test_des_raw_skey()
H A Devp_extra_test.c1804 else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC", in test_EVP_Enveloped()
4106 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks()
4437 type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes()
4446 type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes()
4455 type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes()
4464 type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes()
4472 type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes()
4485 type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes()
4578 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des()
4583 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des()
[all …]
H A Devp_libctx_test.c441 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL))) in test_cipher_reinit()
619 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL))) in test_cipher_reinit_partialupdate()
796 ret = TEST_ptr(aes_cipher = EVP_CIPHER_fetch(libctx, "AES-256-CBC", NULL)) in test_cipher_tdes_randkey()
798 && TEST_ptr(tdes_cipher = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", NULL)) in test_cipher_tdes_randkey()
H A Dnamemap_internal_test.c135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a()
/freebsd/crypto/openssl/demos/mac/
H A Dpoly1305.c118 aes = EVP_CIPHER_fetch(library_context, "AES-128-ECB", propq); in main()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_cast5_cbc.pod44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-CAST(7)> instead.
H A DEVP_idea_cbc.pod42 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-IDEA(7)> instead.
H A DEVP_bf_cbc.pod44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-BLOWFISH(7)> instead.
H A DEVP_desx_cbc.pod34 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-DES(7)> instead.
H A DEVP_seed_cbc.pod44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-SEED(7)> instead.
H A DOSSL_ALGORITHM.pod40 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 DEVP_sm4_cbc.pod48 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-SM4(7)> instead.
H A DEVP_camellia_128_ecb.pod82 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-CAMELLIA(7)> instead.
H A DEVP_rc4.pod50 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC4(7)> instead.
H A DEVP_chacha20.pod47 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-CHACHA(7)> instead.
H A DEVP_rc2_cbc.pod58 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC2(7)> instead.
H A DEVP_aria_128_gcm.pod99 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-ARIA(7)> instead.
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Daes.c159 cipher = EVP_CIPHER_fetch(NULL, "AES-128-CBC-CTS", NULL); in do_cts()
161 cipher = EVP_CIPHER_fetch(NULL, "AES-256-CBC-CTS", NULL); in do_cts()
H A Dcamellia.c158 cipher = EVP_CIPHER_fetch(NULL, "CAMELLIA-128-CBC-CTS", NULL); in do_cts()
160 cipher = EVP_CIPHER_fetch(NULL, "CAMELLIA-256-CBC-CTS", NULL); in do_cts()

1234