Searched refs:bin2hex (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/libxslt/libexslt/
H A Dcrypto.c56 static const char bin2hex[] = { '0', '1', '2', '3', local
67 hex[pos++] = bin2hex[hi];
68 hex[pos++] = bin2hex[lo];

Completed in 289 milliseconds