Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_new (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/crypto/openssl/test/
H A Daesgcmtest.c47 ret = TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in do_encrypt()
75 ret = TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in do_decrypt()
112 && TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in badkeylen_test()
H A Dafalgtest.c82 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_afalg_aes_cbc()
121 ctx = EVP_CIPHER_CTX_new(); in test_pr16743()
H A Dtls13encryptiontest.c334 s->enc_read_ctx = EVP_CIPHER_CTX_new(); in test_tls13_encryption()
338 s->enc_write_ctx = EVP_CIPHER_CTX_new(); in test_tls13_encryption()
H A Devp_extra_test.c1313 || !TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_EVP_Enveloped()
3030 || !TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_decrypt_null_chunks()
3409 || !TEST_ptr((ctx = EVP_CIPHER_CTX_new())) in test_evp_iv_aes()
3520 || !TEST_ptr((ctx = EVP_CIPHER_CTX_new())) in test_evp_iv_des()
3862 ctx = EVP_CIPHER_CTX_new(); in test_evp_init_seq()
3948 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_evp_reinit_seq()
4005 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_evp_reset()
4118 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_evp_updated_iv()
4203 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_gcm_reinit()
4315 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_ivlen_change()
[all …]
H A Dpbetest.c68 ctx = EVP_CIPHER_CTX_new(); in test_pkcs5_pbe()
H A Devp_libctx_test.c343 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_cipher_reinit()
434 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_cipher_reinit_partialupdate()
594 && TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_cipher_tdes_randkey()
/freebsd/crypto/openssl/demos/cipher/
H A Daeskeywrap.c69 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_wrap_encrypt()
126 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_wrap_decrypt()
H A Dariacbc.c70 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aria_cbc_encrypt()
126 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aria_cbc_decrypt()
H A Daesgcm.c88 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_encrypt()
163 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_decrypt()
H A Daesccm.c90 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_ccm_encrypt()
174 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_ccm_decrypt()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c238 rc4_key = EVP_CIPHER_CTX_new(); in _gssapi_get_mic_arcfour()
319 rc4_key = EVP_CIPHER_CTX_new(); in _gssapi_verify_mic_arcfour()
476 rc4_key = EVP_CIPHER_CTX_new(); in _gssapi_wrap_arcfour()
500 rc4_key = EVP_CIPHER_CTX_new(); in _gssapi_wrap_arcfour()
605 rc4_key = EVP_CIPHER_CTX_new(); in _gssapi_unwrap_arcfour()
657 rc4_key = EVP_CIPHER_CTX_new(); in _gssapi_unwrap_arcfour()
H A Dunwrap.c114 des_ctx = EVP_CIPHER_CTX_new(); in unwrap_des()
158 des_ctx = EVP_CIPHER_CTX_new(); in unwrap_des()
/freebsd/crypto/openssh/
H A Dcipher-chachapoly-libcrypto.c50 if ((ctx->main_evp = EVP_CIPHER_CTX_new()) == NULL || in chachapoly_new()
51 (ctx->header_evp = EVP_CIPHER_CTX_new()) == NULL) in chachapoly_new()
/freebsd/crypto/openssl/doc/life-cycles/
H A Dcipher.dot17 begin -> newed [label="EVP_CIPHER_CTX_new"];
56 begin -> newed [label="EVP_CIPHER_CTX_new"];
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-evp.c44 key->ectx = EVP_CIPHER_CTX_new(); in _krb5_evp_schedule()
45 key->dctx = EVP_CIPHER_CTX_new(); in _krb5_evp_schedule()
H A Dcrypto-arcfour.c179 ctx = EVP_CIPHER_CTX_new(); in ARCFOUR_subencrypt()
239 ctx = EVP_CIPHER_CTX_new(); in ARCFOUR_subdecrypt()
H A Dcrypto-aes.c129 ctx = EVP_CIPHER_CTX_new(); /* ivec all zero */ in AES_PRF()
/freebsd/contrib/libfido2/src/
H A Daes256.c33 if ((ctx = EVP_CIPHER_CTX_new()) == NULL || in aes256_cbc()
141 if ((ctx = EVP_CIPHER_CTX_new()) == NULL || in aes256_gcm()
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym39 EVP_CIPHER_CTX_new
/freebsd/crypto/openssl/demos/mac/
H A Dpoly1305.c125 aesctx = EVP_CIPHER_CTX_new(); in main()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_pwri.c87 ctx = EVP_CIPHER_CTX_new(); in CMS_add0_recipient_password()
336 kekctx = EVP_CIPHER_CTX_new(); in ossl_cms_RecipientInfo_pwri_crypt()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c194 if ((ctx->cipher_ctx = EVP_CIPHER_CTX_new()) == NULL in ossl_siv128_init()
225 dest->cipher_ctx = EVP_CIPHER_CTX_new(); in ossl_siv128_copy_ctx()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c73 ctx->cipher = EVP_CIPHER_CTX_new(); in enc_new()
382 dctx->cipher = EVP_CIPHER_CTX_new(); in enc_ctrl()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c191 ctx = EVP_CIPHER_CTX_new(); in snmp_pdu_encrypt()
224 ctx = EVP_CIPHER_CTX_new(); in snmp_pdu_decrypt()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c537 ctr->ctx_ecb = EVP_CIPHER_CTX_new(); in drbg_ctr_init()
539 ctr->ctx_ctr = EVP_CIPHER_CTX_new(); in drbg_ctr_init()
566 ctr->ctx_df = EVP_CIPHER_CTX_new(); in drbg_ctr_init()

1234