Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 4 of 4) 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/trout/hal/sensors/2.0/
DSensor.cpp217 ssize_t numBytes = 0; in calculateScanSize() local
219 numBytes += miio_data.channelInfo[i].storage_bytes; in calculateScanSize()
221 return numBytes; in calculateScanSize()
/device/google/contexthub/firmware/os/inc/
Dbl.h64 …id (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numBytes);