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

/dovecot/src/auth/
H A Dpassword-scheme.c21 static const char salt_chars[] = variable
255 salt[i] = salt_chars[salt[i] % (sizeof(salt_chars)-1)];
381 salt[i] = salt_chars[salt[i] % (sizeof(salt_chars)-1)];

Completed in 814 milliseconds