Searched refs:key_bytes (Results 1 – 1 of 1) sorted by relevance
212 uint8_t key_bytes[HAL_FST_HASH_KEY_SIZE_BYTES]; in hal_rx_fst_key_configure() local214 qdf_mem_copy(key_bytes, fst->key, HAL_FST_HASH_KEY_SIZE_BYTES); in hal_rx_fst_key_configure()225 key_bitwise_shift_left(key_bytes, HAL_FST_HASH_KEY_SIZE_BYTES, 5); in hal_rx_fst_key_configure()226 key_reverse(fst->shifted_key, key_bytes, HAL_FST_HASH_KEY_SIZE_BYTES); in hal_rx_fst_key_configure()