Home
last modified time | relevance | path

Searched refs:alloc_cipher (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c26 EVP_CIPHER_free(pc->alloc_cipher); in ossl_prov_cipher_reset()
27 pc->alloc_cipher = NULL; in ossl_prov_cipher_reset()
37 if (src->alloc_cipher != NULL && !EVP_CIPHER_up_ref(src->alloc_cipher)) in ossl_prov_cipher_copy()
41 EVP_CIPHER_free(src->alloc_cipher); in ossl_prov_cipher_copy()
47 dst->alloc_cipher = src->alloc_cipher; in ossl_prov_cipher_copy()
110 EVP_CIPHER_free(pc->alloc_cipher); in ossl_prov_cipher_load_from_params()
112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery); in ossl_prov_cipher_load_from_params()
/freebsd/crypto/openssl/providers/common/include/prov/
H A Dprovider_util.h20 EVP_CIPHER *alloc_cipher; /* fetched cipher */ member