Searched refs:C_UnwrapKey (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c208 * C_UnwrapKey will verify that the session handle is valid within
214 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
229 return (fast_funcs->C_UnwrapKey(hSession, pMechanism,
253 rv = FUNCLIST(slotid)->C_UnwrapKey(sessp->se_handle,
H A Dpkcs11General.c104 C_UnwrapKey,
H A DmetaObjectManager.c39 * Information necessary to create keys for C_WrapKey/C_UnwrapKey
1390 rv = FUNCLIST(dst_slot_session->fw_st_id)->C_UnwrapKey(
1409 rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey(
1425 rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey(
H A DmetaUtil.c1372 rv = FUNCLIST(unwrap_session->fw_st_id)->C_UnwrapKey(
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c102 C_UnwrapKey,
H A DkernelKeys.c1744 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
1790 * If the HW provider doesn't support C_UnwrapKey, we will try
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c218 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
H A DsoftGeneral.c108 C_UnwrapKey,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h818 /* C_UnwrapKey unwraps (decrypts) a wrapped key, creating a new
820 CK_PKCS11_FUNCTION_INFO(C_UnwrapKey)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1307 PK11_Functions.C_UnwrapKey = C_UnwrapKey;
2089 C_UnwrapKey(CK_SESSION_HANDLE hSession, function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c494 ckrv = C_UnwrapKey(pk11session, &aes_cbc_pad_mech, aes_key_obj,
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1192 rv = C_UnwrapKey(sess, &unwrap, obj, (CK_BYTE_PTR)rkey,

Completed in 114 milliseconds