Searched defs:itoa64 (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/auth/ | ||
H A D | password-scheme-md5crypt.c | 24 static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable 38 str_append_c(str, itoa64[v&0x3f]); |
Completed in 930 milliseconds