corePKCS11  v3.2.0
PKCS #11 Cryptoki Library
PKCS11_PAL_FindObject

Translates a PKCS #11 label into an object handle.

CK_OBJECT_HANDLE PKCS11_PAL_FindObject( CK_BYTE_PTR pxLabel,
CK_ULONG usLength );

Port-specific object handle retrieval.

Parameters
[in]pxLabelPointer to the label of the object who's handle should be found.
[in]usLengthThe length of the label, in bytes.
Returns
The object handle if operation was successful. Returns eInvalidHandle if unsuccessful.
PKCS11_PAL_FindObject
CK_OBJECT_HANDLE PKCS11_PAL_FindObject(CK_BYTE_PTR pxLabel, CK_ULONG usLength)
Translates a PKCS #11 label into an object handle.