Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1311 err = KCF_PROV_MAC_DECRYPT_FINAL(pd, ctx, in common_submit_request()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h988 #define KCF_PROV_MAC_DECRYPT_FINAL(pd, ctx, mac, plaintext, req) ( \ macro
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c2121 error = KCF_PROV_MAC_DECRYPT_FINAL(pd, ctx, mac, pt, NULL); in crypto_mac_decrypt_final()