Searched refs:xdgt1 (Results 1 – 1 of 1) sorted by relevance
2375 uint8_t xdgt1; in cmd_config_rss_hash_key_parsed() local2407 xdgt1 = parse_and_check_key_hexa_digit(res->key, (i * 2) + 1); in cmd_config_rss_hash_key_parsed()2408 if (xdgt1 == 0xFF) in cmd_config_rss_hash_key_parsed()2410 hash_key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_config_rss_hash_key_parsed()12297 uint8_t xdgt1; in cmd_set_macsec_sa_parsed() local12309 xdgt1 = parse_and_check_key_hexa_digit(res->key, (i * 2) + 1); in cmd_set_macsec_sa_parsed()12310 if (xdgt1 == 0xFF) in cmd_set_macsec_sa_parsed()12312 key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_set_macsec_sa_parsed()