Home
last modified time | relevance | path

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

/third_party/libcoap/examples/
Dcoap-client.c973 hex2char(char c) { in hex2char() function
998 *p++ = (hex2char(src[0]) << 4) + hex2char(src[1]); in convert_hex_string()
/third_party/libcoap/src/
Dcoap_oscore.c1627 hex2char(char c) { in hex2char() function
1651 binary->s[i / 2] = (hex2char(begin[i]) << 4) + hex2char(begin[i + 1]); in parse_hex_bin()