FreeRTOS:
PKCS11
PKCS11 Cryptoki Library
|
Return to main page ↑ |
Initializes an object search operation.
[in] | hSession | Handle of a valid PKCS #11 session. |
[out] | phObject | Points to the handle of the object to be found. |
[in] | ulMaxObjectCount | The size of the phObject object handle array. In this port, this value should always be set to 1, as searching for multiple objects is not supported. |
[out] | pulObjectCount | The actual number of objects that are found. In this port, if an object is found this value will be 1, otherwise if the object is not found, it will be set to 0. |