Data Fields
KeyStore_accessSemaphoreObject Struct Reference

#include <CryptoKeyKeyStore_PSA_helpers.h>

Data Fields

SemaphoreP_Struct KeyStore_accessSemaphore
 
bool isInitialized
 
bool isAcquired
 

Detailed Description

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 mbedcrypto functions.

Field Documentation

§ KeyStore_accessSemaphore

SemaphoreP_Struct KeyStore_accessSemaphoreObject::KeyStore_accessSemaphore

§ isInitialized

bool KeyStore_accessSemaphoreObject::isInitialized

§ isAcquired

bool KeyStore_accessSemaphoreObject::isAcquired

The documentation for this struct was generated from the following file:
© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale