Home
last modified time | relevance | path

Searched refs:KCF_OP_INIT (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c513 case KCF_OP_INIT: in common_submit_request()
565 case KCF_OP_INIT: in common_submit_request()
617 case KCF_OP_INIT: in common_submit_request()
660 case KCF_OP_INIT: in common_submit_request()
705 case KCF_OP_INIT: in common_submit_request()
772 case KCF_OP_INIT: in common_submit_request()
841 case KCF_OP_INIT: in common_submit_request()
926 case KCF_OP_INIT: in common_submit_request()
1342 case KCF_OP_INIT: { in kcf_emulate_dual()
1345 KCF_WRAP_ENCRYPT_OPS_PARAMS(&encr_params, KCF_OP_INIT, in kcf_emulate_dual()
[all …]
H A Dkcf_sched.c375 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : in can_resubmit()
385 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : in can_resubmit()
396 case KCF_OP_INIT: in can_resubmit()
415 case KCF_OP_INIT: in can_resubmit()
433 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT : in can_resubmit()
443 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DECRYPT : in can_resubmit()
456 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT_MAC : in can_resubmit()
469 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC_DECRYPT : in can_resubmit()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h230 KCF_OP_INIT = 1, enumerator
321 #define IS_INIT_OP(ftype) ((ftype) == KCF_OP_INIT)
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c193 KCF_WRAP_ENCRYPT_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_cipher_init_prov()
197 KCF_WRAP_DECRYPT_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_cipher_init_prov()
H A Dkcf_digest.c242 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_digest_init_prov()
H A Dkcf_mac.c405 KCF_WRAP_MAC_OPS_PARAMS(&params, KCF_OP_INIT, sid, mech, key, in crypto_mac_init_prov()