Searched refs:xdgt1 (Results 1 – 1 of 1) sorted by relevance
2354 uint8_t xdgt1; in cmd_config_rss_hash_key_parsed() local2385 xdgt1 = parse_and_check_key_hexa_digit(res->key, (i * 2) + 1); in cmd_config_rss_hash_key_parsed()2386 if (xdgt1 == 0xFF) in cmd_config_rss_hash_key_parsed()2388 hash_key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_config_rss_hash_key_parsed()11849 uint8_t xdgt1; in cmd_set_macsec_sa_parsed() local11861 xdgt1 = parse_and_check_key_hexa_digit(res->key, (i * 2) + 1); in cmd_set_macsec_sa_parsed()11862 if (xdgt1 == 0xFF) in cmd_set_macsec_sa_parsed()11864 key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_set_macsec_sa_parsed()