Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.c1741 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes) in HAL_CIPHER_Hash_Set_InitWordCnt() argument
1757 if((u32StartBytes % HASH_MANUAL_BLOCK_SIZE) != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1764 if(u32StartBytes != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1766 u32IWC = u32StartBytes/4; //Init Word Count in HAL_CIPHER_Hash_Set_InitWordCnt()
H A DhalCIPHER.h370 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes);
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.c1782 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes) in HAL_CIPHER_Hash_Set_InitWordCnt() argument
1798 if((u32StartBytes % HASH_MANUAL_BLOCK_SIZE) != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1805 if(u32StartBytes != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1807 u32IWC = u32StartBytes/4; //Init Word Count in HAL_CIPHER_Hash_Set_InitWordCnt()
H A DhalCIPHER.h370 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes);
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.c1738 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes) in HAL_CIPHER_Hash_Set_InitWordCnt() argument
1754 if((u32StartBytes % HASH_MANUAL_BLOCK_SIZE) != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1761 if(u32StartBytes != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1763 u32IWC = u32StartBytes/4; //Init Word Count in HAL_CIPHER_Hash_Set_InitWordCnt()
H A DhalCIPHER.h369 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes);
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.c1741 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes) in HAL_CIPHER_Hash_Set_InitWordCnt() argument
1757 if((u32StartBytes % HASH_MANUAL_BLOCK_SIZE) != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1764 if(u32StartBytes != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1766 u32IWC = u32StartBytes/4; //Init Word Count in HAL_CIPHER_Hash_Set_InitWordCnt()
H A DhalCIPHER.h370 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes);
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.c1811 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes) in HAL_CIPHER_Hash_Set_InitWordCnt() argument
1827 if((u32StartBytes % HASH_MANUAL_BLOCK_SIZE) != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1834 if(u32StartBytes != 0) in HAL_CIPHER_Hash_Set_InitWordCnt()
1836 u32IWC = u32StartBytes/4; //Init Word Count in HAL_CIPHER_Hash_Set_InitWordCnt()
H A DhalCIPHER.h379 MS_BOOL HAL_CIPHER_Hash_Set_InitWordCnt(HAL_CIPHER_IWCTYPE eIWCType, MS_U32 u32StartBytes);