Home
last modified time | relevance | path

Searched refs:CCRndCryptoMutex (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal.c21 extern CC_PalMutex CCRndCryptoMutex;
80 rc = CC_PalMutexCreate(&CCRndCryptoMutex); in CC_PalInit()
84 pCCRndCryptoMutex = &CCRndCryptoMutex; in CC_PalInit()
87 pCCGenVecMutex = &CCRndCryptoMutex; in CC_PalInit()
128 err = CC_PalMutexDestroy(&CCRndCryptoMutex); in CC_PalTerminate()
132 CC_PalMemSetZero(&CCRndCryptoMutex, sizeof(CC_PalMutex)); in CC_PalTerminate()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal.c22 extern CC_PalMutex CCRndCryptoMutex;
66 rc = CC_PalMutexCreate(&CCRndCryptoMutex); in CC_PalInit()
70 pCCRndCryptoMutex = &CCRndCryptoMutex; in CC_PalInit()
115 err = CC_PalMutexDestroy(&CCRndCryptoMutex); in CC_PalTerminate()
120 CC_PalMemSetZero(&CCRndCryptoMutex, sizeof(CC_PalMutex)); in CC_PalTerminate()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng.c27 extern CC_PalMutex CCRndCryptoMutex;
262 if (CC_PalMutexLock(&CCRndCryptoMutex, CC_INFINITE) != 0) { in mbedtls_mng_cc_sec_mode_set()
303 if (CC_PalMutexUnlock(&CCRndCryptoMutex) != 0) { in mbedtls_mng_cc_sec_mode_set()
341 if (CC_PalMutexLock(&CCRndCryptoMutex, CC_INFINITE) != 0) { in mbedtls_mng_cc_priv_mode_set()
382 if (CC_PalMutexUnlock(&CCRndCryptoMutex) != 0) { in mbedtls_mng_cc_priv_mode_set()
750 if (CC_PalMutexLock(&CCRndCryptoMutex, CC_INFINITE) != 0) { in mbedtls_mng_suspend()
782 if (CC_PalMutexUnlock(&CCRndCryptoMutex) != 0) { in mbedtls_mng_suspend()
819 if (CC_PalMutexUnlock(&CCRndCryptoMutex) != 0) { in mbedtls_mng_resume()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_lib.c40 CC_PalMutex CCRndCryptoMutex; variable