Searched refs:Hex2Digit (Results 1 – 1 of 1) sorted by relevance
1323 static uint8_t Hex2Digit(char c) in Hex2Digit() function 1342 Hex2Digit(str[3]) << 12 | in aml_eisaid() 1343 Hex2Digit(str[4]) << 8 | in aml_eisaid() 1344 Hex2Digit(str[5]) << 4 | in aml_eisaid() 1345 Hex2Digit(str[6]); in aml_eisaid() 1559 hi = Hex2Digit(src[0]); in Hex2Byte() 1563 lo = Hex2Digit(src[1]); in Hex2Byte()