Searched refs:CCRndCryptoMutex (Results 1 – 4 of 4) sorted by relevance
21 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()
22 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()
27 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()
40 CC_PalMutex CCRndCryptoMutex; variable