Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c831 error = KCF_PROV_DECRYPT_FINAL(pd, ctx, plaintext, in crypto_decrypt_final()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c680 err = KCF_PROV_DECRYPT_FINAL(pd, ctx, in common_submit_request()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h677 #define KCF_PROV_DECRYPT_FINAL(pd, ctx, plaintext, req) ( \ macro