Searched refs:cur_key (Results 1 – 1 of 1) sorted by relevance
307 uint32_t cur_key = (key[0] << 24) | (key[1] << 16) | (key[2] << 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()346 cur_key = cur_key << 8 | new_key_byte; in hal_flow_toeplitz_create_cache()