Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Dsha2.c123 const uint8_t *inBytes = (const uint8_t*)bytes; in sha2processBytes() local
133 memcpy(state->b + state->bufBytesUsed, inBytes, bytesToCopy); in sha2processBytes()
134 inBytes += bytesToCopy; in sha2processBytes()