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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1823 unsigned int tocopy; local
1834 tocopy=*inputlen;
1836 tocopy=4;
1838 if (tocopy>text->needsize)
1839 tocopy=text->needsize;
1841 memcpy(text->sizebuf+4-text->needsize, *input, tocopy);
1842 text->needsize-=tocopy;
1844 *input+=tocopy;
1845 *inputlen-=tocopy;
2178 unsigned int tocopy; local
[all...]
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c483 int tocopy = myMIN(text->needsize, *inputlen); local
485 memcpy(text->sizebuf + 4 - text->needsize, *input, tocopy);
486 text->needsize -= tocopy;
487 *input += tocopy;
488 *inputlen -= tocopy;

Completed in 32 milliseconds