Home
last modified time | relevance | path

Searched refs:ossl_mac_key_up_ref (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dmacsignature.h30 int ossl_mac_key_up_ref(MAC_KEY *mackey);
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c114 if (!ossl_mac_key_up_ref(vkey)) in mac_digest_sign_init()
194 if (srcctx->key != NULL && !ossl_mac_key_up_ref(srcctx->key)) in mac_dupctx()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c105 int ossl_mac_key_up_ref(MAC_KEY *mackey) in ossl_mac_key_up_ref() function