Home
last modified time | relevance | path

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

/external/openssh/
Dmd5crypt.c21 static unsigned char itoa64[] = variable
37 *s++ = itoa64[v&0x3f]; in to64()