Searched defs:COUNT (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dsha1.c53 #define COUNT (ctxt->count) macro
58 ctxt->m.b8[(COUNT % 64)] = (x); \
59 COUNT++; \
60 COUNT %= 64; \
62 if (COUNT % 64 == 0) \
67 ctxt->m.b8[(COUNT % 64)] = (x); \
68 COUNT++; \
69 COUNT %= 64; \
70 if (COUNT % 64 == 0) \
179 padstart = COUNT
[all...]

Completed in 10 milliseconds