Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c213 MS_S32 _CipherRSAMtx; variable
4241_CipherRSAMtx = MsOS_CreateMutex( E_MSOS_FIFO, (char*)"CIPHER RSA mutex", MSOS_PROCESS_SHARED); in _MDrv_RSA_Init()
4268 MsOS_ObtainMutex( _CipherRSAMtx, MSOS_WAIT_FOREVER); in _MDrv_RSA_Calculate()
4385 MsOS_ObtainMutex( _CipherRSAMtx, MSOS_WAIT_FOREVER); in MDrv_RSA_Calculate_Hw_Key()
4543 MsOS_ReleaseMutex(_CipherRSAMtx); in _MDrv_RSA_Output()