Searched refs:hexconvtab (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libcrypt/
H A Dcrypt-nthash.c56 static const char hexconvtab[] = "0123456789abcdef"; local
77 *buffer++ = hexconvtab[hash[i] >> 4];
78 *buffer++ = hexconvtab[hash[i] & 15];

Completed in 171 milliseconds