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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dmd5.h54 #define md5_n md5_count.md5_count64 macro
H A Dmd5.c138 ctxt->md5_n = 0;
154 ctxt->md5_n += len * 8; /* byte to bit */
180 /* Don't count up padding. Keep md5_n. */
185 gap - sizeof(ctxt->md5_n));
193 MD5_BUFLEN - sizeof(ctxt->md5_n));

Completed in 27 milliseconds