Searched defs:C_UnwrapKey (Results 1 - 4 of 4) 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,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c218 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
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_tpm/common/
H A Dapi_interface.c1307 PK11_Functions.C_UnwrapKey = C_UnwrapKey;
2089 C_UnwrapKey(CK_SESSION_HANDLE hSession, function

Completed in 68 milliseconds