Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/des/
HDdes.c118 int uubufnum = 0; variable
641 if (uubufnum) { in uufwrite()
642 if (uubufnum + num < 45) { in uufwrite()
643 memcpy(&(uubuf[uubufnum]), data, (unsigned int)num); in uufwrite()
644 uubufnum += num; in uufwrite()
647 i = 45 - uubufnum; in uufwrite()
648 memcpy(&(uubuf[uubufnum]), data, (unsigned int)i); in uufwrite()
651 uubufnum = 0; in uufwrite()
670 uubufnum = rem; in uufwrite()
680 if (uubufnum != 0) { in uufwriteEnd()
[all …]