Home
last modified time | relevance | path

Searched refs:pCCRndCryptoMutex (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal.c23 extern CC_PalMutex *pCCRndCryptoMutex;
70 pCCRndCryptoMutex = &CCRndCryptoMutex; in CC_PalInit()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal.c22 extern CC_PalMutex *pCCRndCryptoMutex;
84 pCCRndCryptoMutex = &CCRndCryptoMutex; in CC_PalInit()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_lib.c38 CC_PalMutex *pCCRndCryptoMutex; variable
55 error = CC_PalMutexLock(pCCRndCryptoMutex, CC_INFINITE); in RndStartupTest()
82 if (CC_PalMutexUnlock(pCCRndCryptoMutex) != CC_SUCCESS) { in RndStartupTest()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd_fetrng.c32 extern CC_PalMutex *pCCRndCryptoMutex;
304 MUTEX_LOCK_AND_RETURN_UPON_ERROR(pCCRndCryptoMutex); in LLF_RND_GetTrngSource()
482 MUTEX_UNLOCK(pCCRndCryptoMutex); in LLF_RND_GetTrngSource()
Dllf_rnd_trng90b.c36 extern CC_PalMutex *pCCRndCryptoMutex;
170 MUTEX_LOCK_AND_RETURN_UPON_ERROR(pCCRndCryptoMutex); in LLF_RND_GetTrngSource()
188 MUTEX_UNLOCK(pCCRndCryptoMutex); in LLF_RND_GetTrngSource()