Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Dsha2.c121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes() argument
125 state->msgLen += numBytes; in sha2processBytes()
126 while (numBytes) { in sha2processBytes()
130 bytesToCopy = numBytes; in sha2processBytes()
135 numBytes -= bytesToCopy; in sha2processBytes()
/device/google/contexthub/lib/include/nanohub/
Dsha2.h41 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes);
/device/google/contexthub/firmware/os/inc/
Dbl.h64 …id (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numBytes);