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

/dovecot/src/anvil/
H A Dpenalty.c3 /* The idea behind checksums is that the same username+password doesn't
35 /* we use value up to two different checksums.
93 unsigned int *checksums; local
97 checksums = rec->checksum.value;
100 checksums = rec->checksum.value_ptr;
105 if (checksums[i] == checksum) {
107 memmove(checksums + 1, checksums,
108 sizeof(checksums[0]) * i);
109 checksums[
119 unsigned int *checksums; local
236 const unsigned int *checksums; local
[all...]

Completed in 28 milliseconds