Searched refs:so_mech (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1044 pd, &sops->so_mech); in common_submit_request() 1046 err = KCF_PROV_SIGN_INIT(pd, ctx, &sops->so_mech, in common_submit_request() 1052 pd, &sops->so_mech); in common_submit_request() 1055 &sops->so_mech, sops->so_key, sops->so_templ, in common_submit_request() 1082 pd, &sops->so_mech); in common_submit_request() 1085 &sops->so_mech, sops->so_key, sops->so_data, in common_submit_request() 1092 pd, &sops->so_mech); in common_submit_request() 1095 &sops->so_mech, sops->so_key, sops->so_data, in common_submit_request()
|
H A D | kcf_sched.c | 397 sops->so_mech.cm_type = sops->so_framework_mechtype; in can_resubmit() 398 *mech1 = &sops->so_mech; in can_resubmit()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | ops_impl.h | 95 crypto_mechanism_t so_mech; member 448 sops->so_mech = *mechp; \
|