HomeSort by relevance Sort by last modified time
    Searched refs:itoa64 (Results 1 - 2 of 2) sorted by null

  /external/openssh/
md5crypt.c 21 static unsigned char itoa64[] = variable
37 *s++ = itoa64[v&0x3f];
  /external/syslinux/com32/libutil/
crypt-md5.c 37 static const char itoa64[64] = "./0123456789" local
41 *s++ = itoa64[v & 0x3f];

Completed in 87 milliseconds