Home
last modified time | relevance | path

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

123

/third_party/openssl/test/
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()
Dafalgtest.c82 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_afalg_aes_cbc()
121 ctx = EVP_CIPHER_CTX_new(); in test_pr16743()
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()
Dpbetest.c66 ctx = EVP_CIPHER_CTX_new(); in test_pkcs5_pbe()
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()
577 && TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_cipher_tdes_randkey()
Devp_extra_test.c1186 || !TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_EVP_Enveloped()
2832 || !TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_decrypt_null_chunks()
3211 || !TEST_ptr((ctx = EVP_CIPHER_CTX_new())) in test_evp_iv_aes()
3322 || !TEST_ptr((ctx = EVP_CIPHER_CTX_new())) in test_evp_iv_des()
3640 ctx = EVP_CIPHER_CTX_new(); in test_evp_init_seq()
3745 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_evp_reset()
3858 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_evp_updated_iv()
3943 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_gcm_reinit()
4448 ciphctx = EVP_CIPHER_CTX_new(); in test_custom_ciph_meth()
4584 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_cipher_with_engine()
[all …]
/third_party/openssl/demos/cipher/
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()
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()
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()
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()
/third_party/openssl/doc/life-cycles/
Dcipher.dot17 begin -> newed [label="EVP_CIPHER_CTX_new"];
56 begin -> newed [label="EVP_CIPHER_CTX_new"];
/third_party/openssl/crypto/cms/
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()
/third_party/nghttp2/src/
Dshrpx_quic.cc196 auto ctx = EVP_CIPHER_CTX_new(); in encrypt_quic_connection_id()
217 auto ctx = EVP_CIPHER_CTX_new(); in decrypt_quic_connection_id()
/third_party/openssl/demos/mac/
Dpoly1305.c125 aesctx = EVP_CIPHER_CTX_new(); in main()
/third_party/openssl/crypto/evp/
Dbio_enc.c73 ctx->cipher = EVP_CIPHER_CTX_new(); in enc_new()
375 dctx->cipher = EVP_CIPHER_CTX_new(); in enc_ctrl()
/third_party/openssl/crypto/modes/
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()
/third_party/openssl/providers/implementations/rands/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c229 ctx = EVP_CIPHER_CTX_new(); in rc4_skip()
329 ctx = EVP_CIPHER_CTX_new(); in aes_encrypt_init()
386 ctx = EVP_CIPHER_CTX_new(); in aes_decrypt_init()
475 ctx = EVP_CIPHER_CTX_new(); in aes_128_cbc_encrypt()
502 ctx = EVP_CIPHER_CTX_new(); in aes_128_cbc_decrypt()
691 if (!(ctx->enc = EVP_CIPHER_CTX_new()) || in crypto_cipher_init()
702 if (!(ctx->dec = EVP_CIPHER_CTX_new()) || in crypto_cipher_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c272 ctx = EVP_CIPHER_CTX_new(); in des_encrypt()
302 ctx = EVP_CIPHER_CTX_new(); in rc4_skip()
402 ctx = EVP_CIPHER_CTX_new(); in aes_encrypt_init()
459 ctx = EVP_CIPHER_CTX_new(); in aes_decrypt_init()
548 ctx = EVP_CIPHER_CTX_new(); in aes_128_cbc_encrypt()
575 ctx = EVP_CIPHER_CTX_new(); in aes_128_cbc_decrypt()
764 if (!(ctx->enc = EVP_CIPHER_CTX_new()) || in crypto_cipher_init()
775 if (!(ctx->dec = EVP_CIPHER_CTX_new()) || in crypto_cipher_init()
/third_party/openssl/crypto/pkcs12/
Dp12_decr.c27 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in PKCS12_pbe_crypt_ex()
/third_party/openssl/ssl/
Ds3_enc.c120 } else if ((s->enc_read_ctx = EVP_CIPHER_CTX_new()) == NULL) { in ssl3_change_cipher_state()
154 } else if ((s->enc_write_ctx = EVP_CIPHER_CTX_new()) == NULL) { in ssl3_change_cipher_state()
/third_party/openssl/providers/implementations/macs/
Dgmac_prov.c66 || (macctx->ctx = EVP_CIPHER_CTX_new()) == NULL) { in gmac_new()
/third_party/openssl/crypto/asn1/
Dp5_pbev2.c77 ctx = EVP_CIPHER_CTX_new();
/third_party/rust/crates/rust-openssl/openssl/src/
Dcipher_ctx.rs85 #[corresponds(EVP_CIPHER_CTX_new)]
90 let ptr = cvt_p(ffi::EVP_CIPHER_CTX_new())?; in new()
/third_party/openssl/crypto/cmac/
Dcmac.c60 ctx->cctx = EVP_CIPHER_CTX_new(); in CMAC_CTX_new()

123