Searched refs:BF_crypt (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/auth/ |
H A D | crypt-blowfish.c | 643 static char *BF_crypt(const char *key, const char *setting, function 827 retval = BF_crypt(key, setting, output, size, 16); 831 * Do a quick self-test. It is important that we make both calls to BF_crypt() 846 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1);
|
Completed in 24 milliseconds