Home
last modified time | relevance | path

Searched refs:wk_mechanism (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h1092 crypto_mechanism_t wk_mechanism; member
1156 crypto_mechanism32_t wk_mechanism; member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1702 obj_wrapkey.wk_mechanism.cm_type = k_mech_type; in C_WrapKey()
1703 obj_wrapkey.wk_mechanism.cm_param = pMechanism->pParameter; in C_WrapKey()
1704 obj_wrapkey.wk_mechanism.cm_param_len = pMechanism->ulParameterLen; in C_WrapKey()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c6047 bcopy(STRUCT_FADDR(wrap_key, wk_mechanism), &mech.cm_type, in object_wrap_key()
6065 STRUCT_FADDR(wrap_key, wk_mechanism), &mech, mode, &error); in object_wrap_key()
6069 if (!copyin_mech(mode, sp, STRUCT_FADDR(wrap_key, wk_mechanism), in object_wrap_key()