Searched refs:shifted_key (Results 1 – 2 of 2) sorted by relevance
226 key_reverse(fst->shifted_key, key_bytes, HAL_FST_HASH_KEY_SIZE_BYTES); in hal_rx_fst_key_configure()301 uint8_t *key = fst->shifted_key; in hal_flow_toeplitz_create_cache()312 uint32_t shifted_key[8]; in hal_flow_toeplitz_create_cache() local319 shifted_key[0] = cur_key; in hal_flow_toeplitz_create_cache()327 shifted_key[bit] = cur_key << bit | in hal_flow_toeplitz_create_cache()341 hash ^= shifted_key[bit]; in hal_flow_toeplitz_create_cache()
69 uint8_t shifted_key[HAL_FST_HASH_KEY_SIZE_BYTES]; member