Home
last modified time | relevance | path

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

/netbsd-src/lib/libcrypt/
H A Dutil.c49 static const unsigned char itoabase64[] = variable
91 *s++ = itoabase64[v & 0x3f]; in __crypt_tobase64()