Searched refs:KCF_OP_INIT (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 513 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 D | kcf_sched.c | 375 *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 D | ops_impl.h | 230 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 D | kcf_cipher.c | 193 KCF_WRAP_ENCRYPT_OPS_PARAMS(¶ms, KCF_OP_INIT, sid, in crypto_cipher_init_prov() 197 KCF_WRAP_DECRYPT_OPS_PARAMS(¶ms, KCF_OP_INIT, sid, in crypto_cipher_init_prov()
|
| H A D | kcf_digest.c | 242 KCF_WRAP_DIGEST_OPS_PARAMS(¶ms, KCF_OP_INIT, sid, in crypto_digest_init_prov()
|
| H A D | kcf_mac.c | 405 KCF_WRAP_MAC_OPS_PARAMS(¶ms, KCF_OP_INIT, sid, mech, key, in crypto_mac_init_prov()
|