Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.c1745 MS_U32 Rpt[2] = {0}; in HAL_CIPHER_Hash_Set_InitWordCnt() local
1750 HAL_CIPHER_Hash_GetRpt(Rpt, 2); //For debug in HAL_CIPHER_Hash_Set_InitWordCnt()
1752 __func__, __LINE__, Rpt[1]>>2)); in HAL_CIPHER_Hash_Set_InitWordCnt()
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.c1786 MS_U32 Rpt[2] = {0}; in HAL_CIPHER_Hash_Set_InitWordCnt() local
1791 HAL_CIPHER_Hash_GetRpt(Rpt, 2); //For debug in HAL_CIPHER_Hash_Set_InitWordCnt()
1793 __func__, __LINE__, Rpt[1]>>2)); in HAL_CIPHER_Hash_Set_InitWordCnt()
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.c1742 MS_U32 Rpt[2] = {0}; in HAL_CIPHER_Hash_Set_InitWordCnt() local
1747 HAL_CIPHER_Hash_GetRpt(Rpt, 2); //For debug in HAL_CIPHER_Hash_Set_InitWordCnt()
1749 __func__, __LINE__, Rpt[1]>>2)); in HAL_CIPHER_Hash_Set_InitWordCnt()
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.c1745 MS_U32 Rpt[2] = {0}; in HAL_CIPHER_Hash_Set_InitWordCnt() local
1750 HAL_CIPHER_Hash_GetRpt(Rpt, 2); //For debug in HAL_CIPHER_Hash_Set_InitWordCnt()
1752 __func__, __LINE__, Rpt[1]>>2)); in HAL_CIPHER_Hash_Set_InitWordCnt()
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.c1815 MS_U32 Rpt[2] = {0}; in HAL_CIPHER_Hash_Set_InitWordCnt() local
1820 HAL_CIPHER_Hash_GetRpt(Rpt, 2); //For debug in HAL_CIPHER_Hash_Set_InitWordCnt()
1822 __func__, __LINE__, Rpt[1]>>2)); in HAL_CIPHER_Hash_Set_InitWordCnt()
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c1864 MS_U32 Rpt[10] = {0}; in MDrv_CIPHER_HMAC() local
2042 HAL_CIPHER_Hash_GetRpt(Rpt, HASH_RPT_SIZE_STATUS); in MDrv_CIPHER_HMAC()
2044 if((Rpt[0] & DRV_CIPHER_REPORT_OK) == 0) in MDrv_CIPHER_HMAC()