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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dmd5.h57 u_int md5_i; member in struct:__anon544
H A Dmd5.c139 ctxt->md5_i = 0;
155 gap = MD5_BUFLEN - ctxt->md5_i;
158 bcopy((void *)input, (void *)(ctxt->md5_buf + ctxt->md5_i),
166 ctxt->md5_i = len - i;
167 bcopy((void *)(input + i), (void *)ctxt->md5_buf, ctxt->md5_i);
169 bcopy((void *)input, (void *)(ctxt->md5_buf + ctxt->md5_i),
171 ctxt->md5_i += len;
181 gap = MD5_BUFLEN - ctxt->md5_i;
184 (void *)(ctxt->md5_buf + ctxt->md5_i),
188 bcopy(md5_paddat, (void *)(ctxt->md5_buf + ctxt->md5_i),
[all...]

Completed in 30 milliseconds