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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dmd5.c144 bzero(ctxt->md5_buf, sizeof(ctxt->md5_buf));
158 bcopy((void *)input, (void *)(ctxt->md5_buf + ctxt->md5_i),
160 md5_calc(ctxt->md5_buf, ctxt);
167 bcopy((void *)(input + i), (void *)ctxt->md5_buf, ctxt->md5_i);
169 bcopy((void *)input, (void *)(ctxt->md5_buf + ctxt->md5_i),
184 (void *)(ctxt->md5_buf + ctxt->md5_i),
188 bcopy(md5_paddat, (void *)(ctxt->md5_buf + ctxt->md5_i),
190 md5_calc(ctxt->md5_buf, ctxt);
192 (void *)ctxt->md5_buf,
[all...]
H A Dmd5.h58 u_int8_t md5_buf[MD5_BUFLEN]; member in struct:__anon544

Completed in 35 milliseconds