Home
last modified time | relevance | path

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

/sunrpc/
A Dxcrypt.c52 static const char hex[16] = variable
194 hexnum[i * 2] = hex[val >> 4]; in bin2hex()
195 hexnum[i * 2 + 1] = hex[val & 0xf]; in bin2hex()

Completed in 4 milliseconds