Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.h325 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx);
H A DhalCIPHER.c602 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx) in HAL_CIPHER_ResetKey() function
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.h325 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx);
H A DhalCIPHER.c602 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx) in HAL_CIPHER_ResetKey() function
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.h324 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx);
H A DhalCIPHER.c599 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx) in HAL_CIPHER_ResetKey() function
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.h334 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx);
H A DhalCIPHER.c615 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx) in HAL_CIPHER_ResetKey() function
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.h325 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx);
H A DhalCIPHER.c656 MS_BOOL HAL_CIPHER_ResetKey(MS_U32 u32KeyIdx) in HAL_CIPHER_ResetKey() function
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c902 if(FALSE == HAL_CIPHER_ResetKey(u32KeyIdx)) in _MDrv_CIPHER_ResetKey()