Searched refs:EVP_CIPHER_CTX_new (Results 1 – 25 of 54) sorted by relevance
123
47 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()
82 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) in test_afalg_aes_cbc()121 ctx = EVP_CIPHER_CTX_new(); in test_pr16743()
68 ctx = EVP_CIPHER_CTX_new(); in test_pkcs5_pbe()
80 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()
4320 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 …]
736 || !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()
271 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in encrypt_decrypt()
90 ctx->cipher_ctxs[i] = EVP_CIPHER_CTX_new(); in fake_pipeline_init()
69 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_wrap_encrypt()126 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_wrap_decrypt()
68 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aria_cbc_encrypt()123 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aria_cbc_decrypt()
88 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_encrypt()163 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_gcm_decrypt()
90 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_ccm_encrypt()174 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) in aes_ccm_decrypt()
17 begin -> newed [label="EVP_CIPHER_CTX_new"];56 begin -> newed [label="EVP_CIPHER_CTX_new"];
125 aesctx = EVP_CIPHER_CTX_new(); in main()
88 ctx = EVP_CIPHER_CTX_new(); in CMS_add0_recipient_password()353 kekctx = EVP_CIPHER_CTX_new(); in ossl_cms_RecipientInfo_pwri_crypt()
194 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()
71 ctx->cipher = EVP_CIPHER_CTX_new(); in enc_new()385 dctx->cipher = EVP_CIPHER_CTX_new(); in enc_ctrl()
53 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()
568 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()
27 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in PKCS12_pbe_crypt_ex()
66 || (macctx->ctx = EVP_CIPHER_CTX_new()) == NULL) { in gmac_new()
90 ctx = EVP_CIPHER_CTX_new();
93 ctx = EVP_CIPHER_CTX_new(); in PKCS5_pbe2_set_scrypt()
35 if ((rl->enc_ctx = EVP_CIPHER_CTX_new()) == NULL) { in ssl3_set_crypto_state()
60 ctx->cctx = EVP_CIPHER_CTX_new(); in CMAC_CTX_new()
Completed in 82 milliseconds