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

/dovecot/src/auth/
H A Dmycrypt.h6 char *mycrypt(const char *key, const char *salt);
H A Dmycrypt.c18 #include "mycrypt.h"
20 char *mycrypt(const char *key, const char *salt) function
H A Dpassword-scheme-crypt.c4 #include "mycrypt.h"
30 password = t_strdup(mycrypt(plaintext, salt));
75 /* the default mycrypt() handler would return match */
117 password = t_strdup(mycrypt(plaintext, magic_salt));
141 password = t_strdup(mycrypt(plaintext, magic_salt));
189 crypted = mycrypt(sample[i].key, sample[i].salt);
H A Dpassword-scheme.c13 #include "mycrypt.h"
321 /* the default mycrypt() handler would return match */
326 crypted = mycrypt(plaintext, password);

Completed in 23 milliseconds