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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dmd5.h36 #define MD5_BUFLEN 64 macro
58 u_int8_t md5_buf[MD5_BUFLEN];
H A Dmd5.c122 static const u_int8_t md5_paddat[MD5_BUFLEN] = {
155 gap = MD5_BUFLEN - ctxt->md5_i;
162 for (i = gap; i + MD5_BUFLEN <= len; i += MD5_BUFLEN) {
181 gap = MD5_BUFLEN - ctxt->md5_i;
193 MD5_BUFLEN - sizeof(ctxt->md5_n));

Completed in 22 milliseconds