Searched refs:hex_buf (Results 1 – 2 of 2) sorted by relevance
696 static int shex_to_int(const char *hex_buf, int size) in shex_to_int() argument704 single = hex_buf[i]; in shex_to_int()723 static u8 shex_to_u8(const char *hex_buf, int size) in shex_to_u8() argument725 return (u8)shex_to_int(hex_buf, size); in shex_to_u8()
729 static int shex_to_int(const char *hex_buf, int size) in shex_to_int() argument737 single = hex_buf[i]; in shex_to_int()756 static u8 shex_to_u8(const char *hex_buf, int size) in shex_to_u8() argument758 return (u8)shex_to_int(hex_buf, size); in shex_to_u8()