Searched refs:hex_buf (Results 1 – 1 of 1) sorted by relevance
541 char hex_buf[3]; in hex2key() local544 hex_buf[2] = 0; in hex2key()546 hex_buf[0] = *hex++; in hex2key()547 hex_buf[1] = *hex++; in hex2key()548 key[key_idx] = (u_int8_t)strtoul(hex_buf, NULL, 16); in hex2key()550 hex_buf[0] = 0; in hex2key()551 hex_buf[1] = 0; in hex2key()