Searched refs:xdgt0 (Results 1 – 1 of 1) sorted by relevance
2353 uint8_t xdgt0; in cmd_config_rss_hash_key_parsed() local2382 xdgt0 = parse_and_check_key_hexa_digit(res->key, (i * 2)); in cmd_config_rss_hash_key_parsed()2383 if (xdgt0 == 0xFF) in cmd_config_rss_hash_key_parsed()2388 hash_key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_config_rss_hash_key_parsed()11848 uint8_t xdgt0; in cmd_set_macsec_sa_parsed() local11858 xdgt0 = parse_and_check_key_hexa_digit(res->key, (i * 2)); in cmd_set_macsec_sa_parsed()11859 if (xdgt0 == 0xFF) in cmd_set_macsec_sa_parsed()11864 key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_set_macsec_sa_parsed()