Searched refs:byteCount (Results 1 – 7 of 7) sorted by relevance
58 uint32_t byteCount; member92 s->byteCount = 0; in sha1_init()153 ++s->byteCount; in sha1_writebyte()172 sha1_addUncounted(s, s->byteCount >> 29); // Shifting to multiply by 8 in sha1_pad()173 sha1_addUncounted(s, s->byteCount >> 21); // as SHA-1 supports bitstreams as well as in sha1_pad()174 sha1_addUncounted(s, s->byteCount >> 13); // byte. in sha1_pad()175 sha1_addUncounted(s, s->byteCount >> 5); in sha1_pad()176 sha1_addUncounted(s, s->byteCount << 3); in sha1_pad()
24 static void longReverse( SHS_LONG *buffer, int byteCount ) in longReverse() argument44 byteCount /= sizeof( SHS_LONG ); in longReverse()45 while( byteCount-- ) { in longReverse()
355 volatile MV_U16 byteCount; member
1837 pPRDTable[i].byteCount = (MV_U16)tmpSg->wSgSize; in fDeviceSendCommand()
127 size_t byteCount; member
2042 uint32_t byteCount; /**< This counter reflects byte count of frames that member
4306 p_KeyStatistics->byteCount = GET_UINT32(*p_StatsCounters); in MatchTableGetKeyStatistics()