Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.h36 #define HAL_CIPHER_RESETKEY_TIMEOUT_VALUE (1000UL) macro
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.h36 #define HAL_CIPHER_RESETKEY_TIMEOUT_VALUE (1000UL) macro
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.h36 #define HAL_CIPHER_RESETKEY_TIMEOUT_VALUE (1000UL) macro
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.h36 #define HAL_CIPHER_RESETKEY_TIMEOUT_VALUE (1000UL) macro
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.h36 #define HAL_CIPHER_RESETKEY_TIMEOUT_VALUE (1000UL) macro
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c922 …((FALSE == HAL_CIPHER_DMA_CmdDone(0, &u32Ret)) && (u32WaitCnt < HAL_CIPHER_RESETKEY_TIMEOUT_VALUE)) in _MDrv_CIPHER_ResetKey()
928 if(u32WaitCnt >= HAL_CIPHER_RESETKEY_TIMEOUT_VALUE) in _MDrv_CIPHER_ResetKey()