Home
last modified time | relevance | path

Searched refs:a64toi (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dcrypt.c422 static unsigned char a64toi[128]; /* ascii-64 => 0..63 */ variable
497 num_iter = (num_iter<<6) | a64toi[t];
513 salt = (salt<<6) | a64toi[t];
717 a64toi[itoa64[i]] = i; in init_des()