Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c834 error = KCF_PROV_DECRYPT_FINAL(pd, ctx, plaintext, in crypto_decrypt_final()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1017 err = KCF_PROV_DECRYPT_FINAL(pd, ctx, in common_submit_request()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h721 #define KCF_PROV_DECRYPT_FINAL(pd, ctx, plaintext, req) ( \ macro