Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c212 MS_S32 _CipherMtx = 0; variable
451 MsOS_ObtainMutex(_CipherMtx, MSOS_WAIT_FOREVER); in _MDrv_CIPHER_IsDMADone()
487 MsOS_ReleaseMutex(_CipherMtx); in _MDrv_CIPHER_IsDMADone()
540 MsOS_ObtainMutex(_CipherMtx, MSOS_WAIT_FOREVER); in _MDrv_CIPHER_IsHASHDone()
591 MsOS_ReleaseMutex(_CipherMtx); in _MDrv_CIPHER_IsHASHDone()
732 _CipherMtx = MsOS_CreateMutex(E_MSOS_FIFO, (char*)"CIPHER Mutex", MSOS_PROCESS_SHARED); in _MDrv_CIPHER_InitBySWFlag()
817 MsOS_ObtainMutex(_CipherMtx, MSOS_WAIT_FOREVER); in _MDrv_CIPHER_Reset()
851 MsOS_ReleaseMutex(_CipherMtx); in _MDrv_CIPHER_Reset()
889 MsOS_ObtainMutex(_CipherMtx, MSOS_WAIT_FOREVER); in _MDrv_CIPHER_ResetKey()
945 MsOS_ReleaseMutex(_CipherMtx); in _MDrv_CIPHER_ResetKey()
[all …]