Searched refs:ossl_prov_cipher_copy (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dprovider_util.h54 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dcmac_prov.c92 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) {
H A Dgmac_prov.c88 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) {
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dprovider_util.c35 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src) function
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c512 if (!ossl_prov_cipher_copy(&key->cipher, &gctx->cipher)) {

Completed in 95 milliseconds