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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dprovider_util.c26 EVP_CIPHER_free(pc->alloc_cipher);
27 pc->alloc_cipher = NULL;
37 if (src->alloc_cipher != NULL && !EVP_CIPHER_up_ref(src->alloc_cipher))
41 EVP_CIPHER_free(src->alloc_cipher);
47 dst->alloc_cipher = src->alloc_cipher;
110 EVP_CIPHER_free(pc->alloc_cipher);
112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dprovider_util.h16 * the cipher, always. |alloc_cipher| only holds a reference to an
20 EVP_CIPHER *alloc_cipher; /* fetched cipher */ member in struct:__anon457

Completed in 132 milliseconds