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

/dovecot/src/auth/
H A Dpassword-scheme-md5crypt.c24 static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
38 str_append_c(str, itoa64[v&0x3f]);

Completed in 930 milliseconds