Searched refs:gapstart (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/crypto/
H A Dsha1.c230 size_t gapstart; local
237 gapstart = COUNT % 64;
238 gaplen = 64 - gapstart;
241 bcopy(&input[off], &ctxt->m.b8[gapstart], copysiz);

Completed in 144 milliseconds