Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dcommon.c16 int hex2num(char c) in hex2num() function
31 a = hex2num(*hex++); in hex2byte()
34 b = hex2num(*hex++); in hex2byte()
121 a = hex2num(*txt++); in hwaddr_compact_aton()
124 b = hex2num(*txt++); in hwaddr_compact_aton()
150 a = hex2num(*pos++); in hwaddr_aton2()
153 b = hex2num(*pos++); in hwaddr_aton2()
567 val = hex2num(*pos); in printf_decode()
H A Dcommon.h499 int hex2num(char c);
/freebsd/contrib/wpa/src/common/
H A Ddpp.c358 val = hex2num(txt[0]); in dpp_parse_uri_supported_curves()
363 val = hex2num(txt[1]); in dpp_parse_uri_supported_curves()