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

/dovecot/src/lib/
H A Dtest-hash.c38 void test_hash(void) function
/dovecot/src/doveadm/
H A Ddoveadm-pw.c25 const char *test_hash = NULL; local
59 test_hash = optarg;
92 if (test_hash != NULL && plaintext == NULL)
115 if (test_hash != NULL) {
116 scheme = password_get_scheme(&test_hash);
119 hash = test_hash;
/dovecot/src/auth/
H A Dcrypt-blowfish.c815 const char *test_hash = test_hashes[0]; local
841 test_hash = test_hashes[flags & 1];
850 memcmp(p + (7 + 22), test_hash, 31 + 1 + 1 + 1) == 0);

Completed in 13 milliseconds