Home
last modified time | relevance | path

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

/external/libwebsockets/lib/misc/
Dsha-1.c245 size_t gapstart = COUNT % 64, gaplen = 64 - gapstart, in sha1_loop() local
246 copysiz = (gaplen < len - off) ? gaplen : len - off; in sha1_loop()