Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DHexValues.h19 uint8_t hexByteToInt(const char * encodedByte);
H A DHexValues.cpp31 uint8_t hexByteToInt(const char * encodedByte) in hexByteToInt() function
H A DAESKey.cpp48 *buffer++ = hexByteToInt(temp); in _readFromStream()