Searched refs:inBytes (Results 1 – 1 of 1) sorted by relevance
123 const uint8_t *inBytes = (const uint8_t*)bytes; in sha2processBytes() local133 memcpy(state->b + state->bufBytesUsed, inBytes, bytesToCopy); in sha2processBytes()134 inBytes += bytesToCopy; in sha2processBytes()