Searched refs:ossl_mac_key_up_ref (Results 1 – 3 of 3) sorted by relevance
30 int ossl_mac_key_up_ref(MAC_KEY *mackey);
114 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()
105 int ossl_mac_key_up_ref(MAC_KEY *mackey) in ossl_mac_key_up_ref() function