Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.c147 MS_U8 _pu8HashMsg[HASH_CMD_MSG_SIZE]; variable
589 memset(_pu8HashMsg, 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_ResetStatus()
1916 memset(_pu8HashMsg , 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_Hash_SetMsg()
1917 memcpy(_pu8HashMsg , (MS_U8 *)(MsOS_PA2KSEG1(u32MsgPAddr)) , u32Size); in HAL_CIPHER_Hash_SetMsg()
2008 u32Tmp = ( (_pu8HashMsg[i*4+0]<<24) in HAL_CIPHER_Hash_Start()
2009 |(_pu8HashMsg[i*4+1]<<16) in HAL_CIPHER_Hash_Start()
2010 |(_pu8HashMsg[i*4+2]<<8) in HAL_CIPHER_Hash_Start()
2011 |(_pu8HashMsg[i*4+3]<<0) in HAL_CIPHER_Hash_Start()
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.c145 MS_U8 _pu8HashMsg[HASH_CMD_MSG_SIZE]; variable
643 memset(_pu8HashMsg, 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_ResetStatus()
1957 memset(_pu8HashMsg , 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_Hash_SetMsg()
1958 memcpy(_pu8HashMsg , (MS_U8 *)(MsOS_PA2KSEG1(u32MsgPAddr)) , u32Size); in HAL_CIPHER_Hash_SetMsg()
2049 u32Tmp = ( (_pu8HashMsg[i*4+0]<<24) in HAL_CIPHER_Hash_Start()
2050 |(_pu8HashMsg[i*4+1]<<16) in HAL_CIPHER_Hash_Start()
2051 |(_pu8HashMsg[i*4+2]<<8) in HAL_CIPHER_Hash_Start()
2052 |(_pu8HashMsg[i*4+3]<<0) in HAL_CIPHER_Hash_Start()
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.c147 MS_U8 _pu8HashMsg[HASH_CMD_MSG_SIZE]; variable
586 memset(_pu8HashMsg, 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_ResetStatus()
1913 memset(_pu8HashMsg , 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_Hash_SetMsg()
1914 memcpy(_pu8HashMsg , (MS_U8 *)(MsOS_PA2KSEG1(u32MsgPAddr)) , u32Size); in HAL_CIPHER_Hash_SetMsg()
2005 u32Tmp = ( (_pu8HashMsg[i*4+0]<<24) in HAL_CIPHER_Hash_Start()
2006 |(_pu8HashMsg[i*4+1]<<16) in HAL_CIPHER_Hash_Start()
2007 |(_pu8HashMsg[i*4+2]<<8) in HAL_CIPHER_Hash_Start()
2008 |(_pu8HashMsg[i*4+3]<<0) in HAL_CIPHER_Hash_Start()
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.c147 MS_U8 _pu8HashMsg[HASH_CMD_MSG_SIZE]; variable
589 memset(_pu8HashMsg, 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_ResetStatus()
1916 memset(_pu8HashMsg , 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_Hash_SetMsg()
1917 memcpy(_pu8HashMsg , (MS_U8 *)(MsOS_PA2KSEG1(u32MsgPAddr)) , u32Size); in HAL_CIPHER_Hash_SetMsg()
2008 u32Tmp = ( (_pu8HashMsg[i*4+0]<<24) in HAL_CIPHER_Hash_Start()
2009 |(_pu8HashMsg[i*4+1]<<16) in HAL_CIPHER_Hash_Start()
2010 |(_pu8HashMsg[i*4+2]<<8) in HAL_CIPHER_Hash_Start()
2011 |(_pu8HashMsg[i*4+3]<<0) in HAL_CIPHER_Hash_Start()
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.c147 MS_U8 _pu8HashMsg[HASH_CMD_MSG_SIZE]; variable
602 memset(_pu8HashMsg, 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_ResetStatus()
1986 memset(_pu8HashMsg , 0x0 , HASH_CMD_MSG_SIZE); in HAL_CIPHER_Hash_SetMsg()
1987 memcpy(_pu8HashMsg , (MS_U8 *)(MsOS_PA2KSEG1(u32MsgPAddr)) , u32Size); in HAL_CIPHER_Hash_SetMsg()
2074 u32Tmp = ( (_pu8HashMsg[i*4+0]<<24) in HAL_CIPHER_Hash_Start()
2075 |(_pu8HashMsg[i*4+1]<<16) in HAL_CIPHER_Hash_Start()
2076 |(_pu8HashMsg[i*4+2]<<8) in HAL_CIPHER_Hash_Start()
2077 |(_pu8HashMsg[i*4+3]<<0) in HAL_CIPHER_Hash_Start()