Searched refs:numBytes (Results 1 – 3 of 3) sorted by relevance
121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes() argument125 state->msgLen += numBytes; in sha2processBytes()126 while (numBytes) { in sha2processBytes()130 bytesToCopy = numBytes; in sha2processBytes()135 numBytes -= bytesToCopy; in sha2processBytes()
41 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes);
79 …id (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numBytes);