Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dcrypt.c457 static unsigned char a64toi[128]; /* ascii-64 => 0..63 */ variable
519 a64toi[itoa64[i]] = i; in init_des()
893 num_iter = (num_iter<<6) | a64toi[t]; in crypt()
909 salt = (salt<<6) | a64toi[t]; in crypt()