Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/crypto/
H A Dioctl.h1092 crypto_mechanism_t wk_mechanism; member
1156 crypto_mechanism32_t wk_mechanism; member
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1707 obj_wrapkey.wk_mechanism.cm_type = k_mech_type; in C_WrapKey()
1708 obj_wrapkey.wk_mechanism.cm_param = pMechanism->pParameter; in C_WrapKey()
1709 obj_wrapkey.wk_mechanism.cm_param_len = pMechanism->ulParameterLen; in C_WrapKey()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c5957 bcopy(STRUCT_FADDR(wrap_key, wk_mechanism), &mech.cm_type, in object_wrap_key()
5975 STRUCT_FADDR(wrap_key, wk_mechanism), &mech, mode, &error); in object_wrap_key()
5979 if (!copyin_mech(mode, sp, STRUCT_FADDR(wrap_key, wk_mechanism), in object_wrap_key()