Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1763 crypto_object_unwrap_key_t obj_unwrapkey; in C_UnwrapKey() local
1875 &obj_unwrapkey.uk_attributes, &is_token_obj); in C_UnwrapKey()
1882 free_object_attributes(obj_unwrapkey.uk_attributes, in C_UnwrapKey()
1889 obj_unwrapkey.uk_session = session_p->k_session; in C_UnwrapKey()
1890 obj_unwrapkey.uk_mechanism.cm_type = k_mech_type; in C_UnwrapKey()
1891 obj_unwrapkey.uk_mechanism.cm_param = pMechanism->pParameter; in C_UnwrapKey()
1892 obj_unwrapkey.uk_mechanism.cm_param_len = pMechanism->ulParameterLen; in C_UnwrapKey()
1893 obj_unwrapkey.uk_unwrapping_key.ck_format = CRYPTO_KEY_REFERENCE; in C_UnwrapKey()
1894 obj_unwrapkey.uk_unwrapping_key.ck_obj_id = unwrappingkey_p->k_handle; in C_UnwrapKey()
1895 obj_unwrapkey.uk_wrapped_key = (char *)pWrappedKey; in C_UnwrapKey()
[all …]