Variables#
This section provides a reference to the Crypto multithread management API variables.
Variables#
Semaphore for AES crypto operations.
Semaphore for CCM crypto operations.
Semaphore for SHA crypto operations.
Semaphore for GCM crypto operations.
Semaphore for ChaChaPoly crypto operations.
Semaphore for attestation crypto operations.
Semaphore for ECDH crypto operations.
Semaphore for ECDSA crypto operations.
Semaphore for HMAC crypto operations.
Semaphore for TRNG crypto operations.
Status of the semaphore operations.
Variable Documentation#
crypto_aes_mutex#
osSemaphoreId_t crypto_aes_mutex
Semaphore for AES crypto operations.
40
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_ccm_mutex#
osSemaphoreId_t crypto_ccm_mutex
Semaphore for CCM crypto operations.
45
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_sha_mutex#
osSemaphoreId_t crypto_sha_mutex
Semaphore for SHA crypto operations.
50
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_gcm_mutex#
osSemaphoreId_t crypto_gcm_mutex
Semaphore for GCM crypto operations.
55
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_chachapoly_mutex#
osSemaphoreId_t crypto_chachapoly_mutex
Semaphore for ChaChaPoly crypto operations.
60
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_attestation_mutex#
osSemaphoreId_t crypto_attestation_mutex
Semaphore for attestation crypto operations.
65
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_ecdh_mutex#
osSemaphoreId_t crypto_ecdh_mutex
Semaphore for ECDH crypto operations.
70
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_ecdsa_mutex#
osSemaphoreId_t crypto_ecdsa_mutex
Semaphore for ECDSA crypto operations.
75
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_hmac_mutex#
osSemaphoreId_t crypto_hmac_mutex
Semaphore for HMAC crypto operations.
80
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
crypto_trng_mutex#
osSemaphoreId_t crypto_trng_mutex
Semaphore for TRNG crypto operations.
85
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h
mutex_result#
osStatus_t mutex_result
Status of the semaphore operations.
90
of file components/device/silabs/si91x/wireless/crypto/multithread/inc/sl_si91x_crypto_thread.h