Home
last modified time | relevance | path

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

/external/syslinux/com32/libutil/
Dcrypt-md5.c37 static const char itoa64[64] = "./0123456789" in _crypt_to64() local
41 *s++ = itoa64[v & 0x3f]; in _crypt_to64()
/external/openssh/
Dmd5crypt.c21 static unsigned char itoa64[] = variable
37 *s++ = itoa64[v&0x3f]; in to64()