Searched refs:b64t (Results 1 – 2 of 2) sorted by relevance
86 static const char *b64t = variable289 if (*p++ != b64t[w & 0x3f]) in md5_password()294 *p++ = b64t[w & 0x3f]; in md5_password()306 if (*p++ != b64t[w & 0x3f]) in md5_password()311 *p++ = b64t[w & 0x3f]; in md5_password()
97 static uchar_t b64t[] = /* 0 ... 63 => ascii - 64 */ variable105 *p++ = b64t[w & 0x3f]; \115 *s++ = b64t[v & 0x3f]; in to64()