![]() |
![]() |
#include <CryptoKeyKeyStore_PSA_helpers.h>
Data Fields | |
| SemaphoreP_Struct | KeyStore_accessSemaphore |
| bool | isInitialized |
| bool | isAcquired |
KeyStore driver semaphore used to synchronize accesses to the keyStore
isAcquired: used by openKey() and purgeKey() to check if the KeyStore semaphore is acquired by other KeyStore functions before opening and closing key handles passed to mbedTLS functions.
| SemaphoreP_Struct KeyStore_accessSemaphoreObject::KeyStore_accessSemaphore |
| bool KeyStore_accessSemaphoreObject::isInitialized |
| bool KeyStore_accessSemaphoreObject::isAcquired |