Home
last modified time | relevance | path

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

123

/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 Dpbetest.c68 ctx = EVP_CIPHER_CTX_new(); in test_pkcs5_pbe()
H A Devp_libctx_test.c80 ctx = EVP_CIPHER_CTX_new(); in test_evp_cipher_api_safety()
379 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_cipher_reinit()
473 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_cipher_reinit_partialupdate()
646 && TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_cipher_tdes_randkey()
H A Devp_extra_test.c4320 ctx = EVP_CIPHER_CTX_new(); in test_evp_init_seq()
4406 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_evp_reinit_seq()
4463 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) { in test_evp_reset()
4774 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_ivlen_change()
4845 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_keylen_change()
5309 ciphctx = EVP_CIPHER_CTX_new(); in test_custom_ciph_meth()
5450 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_cipher_with_engine()
5666 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in aes_gcm_encrypt()
5714 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_decrypt()
5803 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in rc4_encrypt()
[all …]
H A Ddestest.c736 || !TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_des_key_wrap()
861 || !TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in test_des_two_key()
H A Devp_fetch_prov_test.c271 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in encrypt_decrypt()
H A Dfake_pipelineprov.c90 ctx->cipher_ctxs[i] = EVP_CIPHER_CTX_new(); in fake_pipeline_init()
/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.c68 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aria_cbc_encrypt()
123 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()
/openssl/doc/life-cycles/
H A Dcipher.dot17 begin -> newed [label="EVP_CIPHER_CTX_new"];
56 begin -> newed [label="EVP_CIPHER_CTX_new"];
/openssl/demos/mac/
H A Dpoly1305.c125 aesctx = EVP_CIPHER_CTX_new(); in main()
/openssl/crypto/cms/
H A Dcms_pwri.c88 ctx = EVP_CIPHER_CTX_new(); in CMS_add0_recipient_password()
353 kekctx = EVP_CIPHER_CTX_new(); in ossl_cms_RecipientInfo_pwri_crypt()
/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()
/openssl/crypto/evp/
H A Dbio_enc.c71 ctx->cipher = EVP_CIPHER_CTX_new(); in enc_new()
385 dctx->cipher = EVP_CIPHER_CTX_new(); in enc_ctrl()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c53 if (ctx->ecb_ctx == NULL && (ctx->ecb_ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_siv_initkey()
308 if ((dst->ecb_ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_siv_dup_ctx()
/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c568 ctr->ctx_ecb = EVP_CIPHER_CTX_new(); in drbg_ctr_init()
570 ctr->ctx_ctr = EVP_CIPHER_CTX_new(); in drbg_ctr_init()
597 ctr->ctx_df = EVP_CIPHER_CTX_new(); in drbg_ctr_init()
/openssl/crypto/pkcs12/
H A Dp12_decr.c27 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in PKCS12_pbe_crypt_ex()
/openssl/providers/implementations/macs/
H A Dgmac_prov.c66 || (macctx->ctx = EVP_CIPHER_CTX_new()) == NULL) { in gmac_new()
/openssl/crypto/asn1/
H A Dp5_pbev2.c90 ctx = EVP_CIPHER_CTX_new();
H A Dp5_scrypt.c93 ctx = EVP_CIPHER_CTX_new(); in PKCS5_pbe2_set_scrypt()
/openssl/ssl/record/methods/
H A Dssl3_meth.c35 if ((rl->enc_ctx = EVP_CIPHER_CTX_new()) == NULL) { in ssl3_set_crypto_state()
/openssl/crypto/cmac/
H A Dcmac.c60 ctx->cctx = EVP_CIPHER_CTX_new(); in CMAC_CTX_new()

Completed in 82 milliseconds

123