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

/dovecot/src/auth/
H A Dpassword-scheme-crypt.c151 } sample[] = { variable in typeref:struct:__anon14
161 /* keep in sync with the sample struct above */
186 i_assert(N_ELEMENTS(crypt_schemes) == N_ELEMENTS(sample));
189 crypted = mycrypt(sample[i].key, sample[i].salt);
191 (strcmp(crypted, sample[i].expected) == 0))

Completed in 963 milliseconds