Home
last modified time | relevance | path

Searched refs:KCF_WRAP_DIGEST_OPS_PARAMS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c108 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_ATOMIC, sid, mech, NULL, in crypto_digest_prov()
158 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_ATOMIC, in crypto_digest()
242 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_digest_init_prov()
353 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_UPDATE, in crypto_digest_update()
402 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_FINAL, in crypto_digest_final()
439 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_DIGEST_KEY, in crypto_digest_key_prov()
472 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_SINGLE, pd->pd_sid, in crypto_digest_single()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h366 #define KCF_WRAP_DIGEST_OPS_PARAMS(req, ftype, _sid, _mech, _key, \ macro