/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_siv_hw.c | 28 EVP_CIPHER_free(ctx->cbc); in aes_siv_initkey() 29 EVP_CIPHER_free(ctx->ctr); in aes_siv_initkey() 99 EVP_CIPHER_free(ctx->cbc); in aes_siv_cleanup() 100 EVP_CIPHER_free(ctx->ctr); in aes_siv_cleanup()
|
/third_party/openssl/demos/cipher/ |
D | aeskeywrap.c | 108 EVP_CIPHER_free(cipher); in aes_wrap_encrypt() 165 EVP_CIPHER_free(cipher); in aes_wrap_decrypt()
|
D | ariacbc.c | 107 EVP_CIPHER_free(cipher); in aria_cbc_encrypt() 163 EVP_CIPHER_free(cipher); in aria_cbc_decrypt()
|
D | aesgcm.c | 141 EVP_CIPHER_free(cipher); in aes_gcm_encrypt() 213 EVP_CIPHER_free(cipher); in aes_gcm_decrypt()
|
D | aesccm.c | 152 EVP_CIPHER_free(cipher); in aes_ccm_encrypt() 223 EVP_CIPHER_free(cipher); in aes_ccm_decrypt()
|
/third_party/openssl/crypto/evp/ |
D | evp_enc.c | 44 EVP_CIPHER_free(ctx->fetched_cipher); in EVP_CIPHER_CTX_reset() 145 EVP_CIPHER_free(ctx->fetched_cipher); in evp_cipher_init_internal() 190 EVP_CIPHER_free(ctx->fetched_cipher); in evp_cipher_init_internal() 200 EVP_CIPHER_free(ctx->fetched_cipher); in evp_cipher_init_internal() 1534 EVP_CIPHER_free(cipher); in evp_cipher_from_algorithm() 1541 EVP_CIPHER_free(cipher); in evp_cipher_from_algorithm() 1637 EVP_CIPHER_free(cipher); in evp_cipher_from_algorithm() 1646 EVP_CIPHER_free(cipher); in evp_cipher_from_algorithm() 1661 EVP_CIPHER_free(cipher); in evp_cipher_free() 1692 void EVP_CIPHER_free(EVP_CIPHER *cipher) in EVP_CIPHER_free() function
|
/third_party/openssl/providers/common/ |
D | provider_util.c | 26 EVP_CIPHER_free(pc->alloc_cipher); in ossl_prov_cipher_reset() 41 EVP_CIPHER_free(src->alloc_cipher); in ossl_prov_cipher_copy() 110 EVP_CIPHER_free(pc->alloc_cipher); in ossl_prov_cipher_load_from_params()
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_add.c | 131 EVP_CIPHER_free(pbe_ciph_fetch); in PKCS12_pack_p7encdata_ex() 136 EVP_CIPHER_free(pbe_ciph_fetch); in PKCS12_pack_p7encdata_ex()
|
D | p12_sbag.c | 234 EVP_CIPHER_free(pbe_ciph_fetch); in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
|
/third_party/openssl/test/ |
D | evp_libctx_test.c | 392 EVP_CIPHER_free(cipher); in test_cipher_reinit() 472 EVP_CIPHER_free(cipher); in test_cipher_reinit_partialupdate() 582 EVP_CIPHER_free(tdes_cipher); in test_cipher_tdes_randkey() 583 EVP_CIPHER_free(aes_cipher); in test_cipher_tdes_randkey()
|
D | evp_fetch_prov_test.c | 305 EVP_CIPHER_free(cipher); in test_explicit_EVP_CIPHER_fetch() 312 EVP_CIPHER_free(cipher); in test_explicit_EVP_CIPHER_fetch()
|
D | namemap_internal_test.c | 147 EVP_CIPHER_free(fetched); in test_cipher_is_a()
|
D | evp_extra_test.c | 1210 EVP_CIPHER_free(type); in test_EVP_Enveloped() 2873 EVP_CIPHER_free(cipher); in test_decrypt_null_chunks() 3240 EVP_CIPHER_free((EVP_CIPHER *)type); in test_evp_iv_aes() 3344 EVP_CIPHER_free(type); in test_evp_iv_des() 3369 EVP_CIPHER_free(cipher); in test_evp_bf_default_keylen() 3507 EVP_CIPHER_free(aes128); in md_names() 3708 EVP_CIPHER_free(type); in test_evp_init_seq() 3794 EVP_CIPHER_free(type); in test_evp_reset() 3901 EVP_CIPHER_free(type); in test_evp_updated_iv() 4028 EVP_CIPHER_free(type); in test_gcm_reinit()
|
/third_party/openssl/providers/implementations/rands/ |
D | drbg_ctr.c | 619 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_free() 620 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_free() 701 EVP_CIPHER_free(ctr->cipher_ecb); in drbg_ctr_set_ctx_params() 702 EVP_CIPHER_free(ctr->cipher_ctr); in drbg_ctr_set_ctx_params()
|
/third_party/openssl/demos/mac/ |
D | poly1305.c | 202 EVP_CIPHER_free(aes); in main()
|
/third_party/openssl/apps/ |
D | gendsa.c | 164 EVP_CIPHER_free(enc); in gendsa_main()
|
D | genrsa.c | 240 EVP_CIPHER_free(enc); in genrsa_main()
|
D | ec.c | 284 EVP_CIPHER_free(enc); in ec_main()
|
D | pkey.c | 325 EVP_CIPHER_free(cipher); in pkey_main()
|
D | dsa.c | 306 EVP_CIPHER_free(enc); in dsa_main()
|
D | genpkey.c | 225 EVP_CIPHER_free(cipher); in genpkey_main()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 323 EVP_CIPHER_free(fetched_cipher); in PKCS7_dataInit() 377 EVP_CIPHER_free(fetched_cipher); in PKCS7_dataInit() 663 EVP_CIPHER_free(evp_cipher); in PKCS7_dataDecode() 667 EVP_CIPHER_free(evp_cipher); in PKCS7_dataDecode()
|
/third_party/openssl/crypto/cms/ |
D | cms_enc.c | 190 EVP_CIPHER_free(fetched_ciph); in ossl_cms_EncryptedContent_init_bio()
|
D | cms_env.c | 561 EVP_CIPHER_free(fetched_cipher); in cms_RecipientInfo_ktri_decrypt() 879 EVP_CIPHER_free(cipher); in cms_RecipientInfo_kekri_encrypt() 961 EVP_CIPHER_free(cipher); in cms_RecipientInfo_kekri_decrypt()
|
/third_party/openssl/apps/lib/ |
D | opt.c | 387 EVP_CIPHER_free(*cipherp); in opt_cipher_silent() 390 EVP_CIPHER_free(c); in opt_cipher_silent()
|