Searched refs:itoa64 (Results 1 – 3 of 3) sorted by relevance
450 static unsigned char itoa64[] = /* 0..63 => ascii-64 */ variable519 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()[all …]
55 static uchar_t itoa64[] = /* 0 ... 63 => ascii - 64 */ variable62 *s++ = itoa64[v & 0x3f]; in to64()
108 static uchar_t itoa64[] = /* 0 ... 63 => ascii - 64 */ variable115 *s++ = itoa64[v & 0x3f]; in to64()