Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/api/
HDkcf_cipher.c488 error = KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, in crypto_encrypt_update()
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
HDkcf_callprov.c631 err = KCF_PROV_ENCRYPT_UPDATE(pd, ctx, in common_submit_request()
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
HDimpl.h641 #define KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \ macro