Home
last modified time | relevance | path

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

/providers/common/
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()
104 EVP_CIPHER_free(pc->alloc_cipher); in ossl_prov_cipher_load()
106 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, cipher->data, in ossl_prov_cipher_load()
/providers/common/include/prov/
A Dprovider_util.h20 EVP_CIPHER *alloc_cipher; /* fetched cipher */ member

Completed in 15 milliseconds