FreeRTOS:
PKCS11
PKCS11 Cryptoki Library
|
Return to main page ↑ |
PKCS #11 object container list. More...
Data Fields | |
SemaphoreHandle_t | xMutex |
Mutex that protects write operations to the xObjects array. | |
StaticSemaphore_t | xMutexBuffer |
Mutex buffer in order to avoid calling Malloc. | |
P11Object_t | xObjects [pkcs11configMAX_NUM_OBJECTS] |
List of PKCS #11 objects. | |
PKCS #11 object container list.
This structure helps the iot_pkcs11_mbedtls.c maintain a mapping of all objects in one place. Because some objects exist in device NVM and must be called by their "PAL Handles", and other objects do not have designated NVM storage locations, the ObjectList maintains a list of what object handles are available.