UnwrapDec
Unwrap a key and decode its attributes.
Synopsis
int UnwrapDec(
CK_SESSION_HANDLE hSession,
CK_OBJECT_HANDLE hUnwrapper,
CK_OBJECT_HANDLE * hUnwrappedKey,
unsigned char * buf,
unsigned int bufLen);
Parameter | Description |
---|---|
hSession | Open session handle |
hUnwrapper | Handle to unwrapping key |
hUnwrappedKey | Reference to handle to the key unwrapped |
buf | Reference to bytes containing the key and attributes |
bufLen | Number of bytes referenced by buf |
On Successful Return
*hUnwrappedKey — handle to unwrapped key with attributes