Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_utils.c70 int hex2int (char hex) in hex2int() function
100 dec = hex2int(hex[0]); in hex2bin()
111 dec = hex2int(hex[2 * i]); in hex2bin()
118 dec = hex2int(hex[ 2 * i + 1]); in hex2bin()
/mcuboot-latest/ext/tinycrypt/tests/include/
Dtest_ecc_utils.h65 int hex2int (char hex);