Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
H A Dsha-1.c244 size_t gapstart = COUNT % 64, gaplen = 64 - gapstart, in sha1_loop() local
245 copysiz = (gaplen < len - off) ? gaplen : len - off; in sha1_loop()

Completed in 1 milliseconds