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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dmd5.c152 u_int gap, i; local
155 gap = MD5_BUFLEN - ctxt->md5_i;
157 if (len >= gap) {
159 gap);
162 for (i = gap; i + MD5_BUFLEN <= len; i += MD5_BUFLEN) {
178 u_int gap; local
181 gap = MD5_BUFLEN - ctxt->md5_i;
182 if (gap > 8) {
185 gap - sizeof(ctxt->md5_n));
187 /* including gap
[all...]

Completed in 25 milliseconds