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

/external/openssl/crypto/des/
H A Ddes.c118 int uubufnum=0; variable
697 if (uubufnum)
699 if (uubufnum+num < 45)
701 memcpy(&(uubuf[uubufnum]),data,(unsigned int)num);
702 uubufnum+=num;
707 i=45-uubufnum;
708 memcpy(&(uubuf[uubufnum]),data,(unsigned int)i);
711 uubufnum=0;
733 uubufnum=rem;
743 if (uubufnum !
[all...]

Completed in 71 milliseconds