Home
last modified time | relevance | path

Searched refs:itoa64 (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c108 static uchar_t itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
115 *s++ = itoa64[v & 0x3f]; in to64()
/illumos-gate/usr/src/lib/crypt_modules/bsdmd5/
H A Dbsdmd5.c55 static uchar_t itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
62 *s++ = itoa64[v & 0x3f]; in to64()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dcrypt.c519 a64toi[itoa64[i]] = i; in init_des()
920 encp[3] = itoa64[i&0x3f]; i >>= 6; in crypt()
921 encp[2] = itoa64[i&0x3f]; i >>= 6; in crypt()
922 encp[1] = itoa64[i&0x3f]; i >>= 6; in crypt()
923 encp[0] = itoa64[i]; encp += 4; in crypt()
925 encp[3] = itoa64[i&0x3f]; i >>= 6; in crypt()
926 encp[2] = itoa64[i&0x3f]; i >>= 6; in crypt()
927 encp[1] = itoa64[i&0x3f]; i >>= 6; in crypt()
928 encp[0] = itoa64[i]; encp += 4; in crypt()
930 encp[2] = itoa64[i&0x3f]; i >>= 6; in crypt()
[all …]