Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c148 error = KCF_PROV_DECRYPT_INIT(real_provider, ctx, in crypto_cipher_init_prov()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c664 err = KCF_PROV_DECRYPT_INIT(pd, ctx, &dcrops->dop_mech, in common_submit_request()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h660 #define KCF_PROV_DECRYPT_INIT(pd, ctx, mech, key, template, req) ( \ macro