Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c850 case KCF_OP_INIT: in common_submit_request()
902 case KCF_OP_INIT: in common_submit_request()
954 case KCF_OP_INIT: in common_submit_request()
997 case KCF_OP_INIT: in common_submit_request()
1042 case KCF_OP_INIT: in common_submit_request()
1109 case KCF_OP_INIT: in common_submit_request()
1178 case KCF_OP_INIT: in common_submit_request()
1263 case KCF_OP_INIT: in common_submit_request()
1678 case KCF_OP_INIT: { in kcf_emulate_dual()
1681 KCF_WRAP_ENCRYPT_OPS_PARAMS(&encr_params, KCF_OP_INIT, in kcf_emulate_dual()
[all …]
H A Dkcf_sched.c379 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : in can_resubmit()
389 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : in can_resubmit()
400 case KCF_OP_INIT: in can_resubmit()
419 case KCF_OP_INIT: in can_resubmit()
437 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT : in can_resubmit()
447 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DECRYPT : in can_resubmit()
460 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT_MAC : in can_resubmit()
473 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC_DECRYPT : in can_resubmit()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c514 KCF_WRAP_ENCRYPT_MAC_OPS_PARAMS(&params, KCF_OP_INIT, in crypto_encrypt_mac_init_prov()
739 KCF_WRAP_ENCRYPT_MAC_OPS_PARAMS(&params, KCF_OP_INIT, in crypto_encrypt_mac_init()
829 KCF_WRAP_ENCRYPT_MAC_OPS_PARAMS(&params, KCF_OP_INIT, in crypto_encrypt_mac_init()
1713 KCF_WRAP_MAC_DECRYPT_OPS_PARAMS(&params, KCF_OP_INIT, in crypto_mac_decrypt_init()
1802 KCF_WRAP_MAC_DECRYPT_OPS_PARAMS(&params, KCF_OP_INIT, in crypto_mac_decrypt_init()
1937 KCF_WRAP_MAC_DECRYPT_OPS_PARAMS(&params, KCF_OP_INIT, in crypto_mac_decrypt_init_prov()
H A Dkcf_cipher.c198 KCF_WRAP_ENCRYPT_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_cipher_init_prov()
202 KCF_WRAP_DECRYPT_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_cipher_init_prov()
H A Dkcf_digest.c246 KCF_WRAP_DIGEST_OPS_PARAMS(&params, KCF_OP_INIT, sid, in crypto_digest_init_prov()
H A Dkcf_mac.c409 KCF_WRAP_MAC_OPS_PARAMS(&params, KCF_OP_INIT, sid, mech, key, in crypto_mac_init_prov()
H A Dkcf_sign.c74 KCF_WRAP_SIGN_OPS_PARAMS(&params, KCF_OP_INIT, sid, mech, in crypto_sign_init_prov()
H A Dkcf_verify.c74 KCF_WRAP_VERIFY_OPS_PARAMS(&params, KCF_OP_INIT, sid, mech, in crypto_verify_init_prov()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h232 KCF_OP_INIT = 1, enumerator
323 #define IS_INIT_OP(ftype) ((ftype) == KCF_OP_INIT)