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

/macosx-10.10.1/rsync-45/rsync/lib/
H A Dmdfour.h30 void mdfour_update(struct mdfour *md, unsigned char *in, uint32 n);
H A Dmdfour.c167 void mdfour_update(struct mdfour *md, unsigned char *in, uint32 n) function
205 mdfour_update(&md, in, n);
231 mdfour_update(&md, buf, n);
234 mdfour_update(&md, buf, 0);
/macosx-10.10.1/rsync-45/rsync/
H A Dchecksum.c80 mdfour_update(&m, (uchar *)(buf1+i), CSUM_CHUNK);
85 * are multiples of 64. This is fixed by calling mdfour_update()
89 mdfour_update(&m, (uchar *)(buf1+i), (len-i));
115 mdfour_update(&m, (uchar *)map_ptr(buf, i, CSUM_CHUNK),
121 * are multiples of 64. This is fixed by calling mdfour_update()
124 mdfour_update(&m, (uchar *)map_ptr(buf, i, len-i), len-i);
165 mdfour_update(&md, (uchar *)sumrbuf, CSUM_CHUNK);
171 mdfour_update(&md, (uchar *)p, CSUM_CHUNK);
184 mdfour_update(&md, (uchar *)sumrbuf, sumresidue);

Completed in 268 milliseconds