Searched refs:xdgt0 (Results 1 – 1 of 1) sorted by relevance
2374 uint8_t xdgt0; in cmd_config_rss_hash_key_parsed() local2404 xdgt0 = parse_and_check_key_hexa_digit(res->key, (i * 2)); in cmd_config_rss_hash_key_parsed()2405 if (xdgt0 == 0xFF) in cmd_config_rss_hash_key_parsed()2410 hash_key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_config_rss_hash_key_parsed()12296 uint8_t xdgt0; in cmd_set_macsec_sa_parsed() local12306 xdgt0 = parse_and_check_key_hexa_digit(res->key, (i * 2)); in cmd_set_macsec_sa_parsed()12307 if (xdgt0 == 0xFF) in cmd_set_macsec_sa_parsed()12312 key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_set_macsec_sa_parsed()