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

/freebsd-current/sys/crypto/
H A Dsha1.c223 size_t gapstart; local
230 gapstart = COUNT % 64;
231 gaplen = 64 - gapstart;
234 bcopy(&input[off], &ctxt->m.b8[gapstart], copysiz);
/freebsd-current/sys/crypto/aesni/
H A Daesni.c372 size_t gapstart; local
387 gapstart = ctx->count % 64;
388 gaplen = 64 - gapstart;
391 bcopy(&data[off], &ctx->m.b8[gapstart], copysiz);

Completed in 111 milliseconds