Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_new (Results 1 - 25 of 75) sorted by relevance

123

/third_party/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 Dpbetest.c66 ctx = EVP_CIPHER_CTX_new(); in test_pkcs5_pbe()
/third_party/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()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c210 actx = EVP_CIPHER_CTX_new(); in ngtcp2_crypto_aead_ctx_encrypt_init()
257 actx = EVP_CIPHER_CTX_new(); in ngtcp2_crypto_aead_ctx_decrypt_init()
304 actx = EVP_CIPHER_CTX_new(); in ngtcp2_crypto_cipher_ctx_encrypt_init()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/openssl/demos/mac/
H A Dpoly1305.c125 aesctx = EVP_CIPHER_CTX_new(); in main()
127 fprintf(stderr, "EVP_CIPHER_CTX_new() returned NULL\n"); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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/node/src/crypto/
H A Dcrypto_aes.cc46 CipherCtxPointer ctx(EVP_CIPHER_CTX_new()); in AES_Cipher()
230 CipherCtxPointer ctx(EVP_CIPHER_CTX_new()); in AES_CTR_Cipher2()
/third_party/nghttp2/src/
H A Dshrpx_quic.cc218 auto ctx = EVP_CIPHER_CTX_new(); in encrypt_quic_connection_id()
239 auto ctx = EVP_CIPHER_CTX_new(); in decrypt_quic_connection_id()
/third_party/node/deps/openssl/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()
/third_party/node/deps/openssl/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()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c60 ctx->cctx = EVP_CIPHER_CTX_new(); in CMAC_CTX_new()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dgmac_prov.c66 || (macctx->ctx = EVP_CIPHER_CTX_new()) == NULL) { in gmac_new()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_decr.c27 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in PKCS12_pbe_crypt_ex()
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c27 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in PKCS12_pbe_crypt_ex()

Completed in 17 milliseconds

123