Searched refs:key1_hash (Results 1 – 2 of 2) sorted by relevance
228 uint32_t key1_hash; in hcapi_cfa_key_hash() local239 key1_hash = hcapi_cfa_lookup3_hash((uint8_t *)key_data); in hcapi_cfa_key_hash()241 return ((uint64_t)key0_hash) << 32 | (uint64_t)key1_hash; in hcapi_cfa_key_hash()
689 uint32_t key1_hash; in tf_insert_eem_entry() local716 key1_hash = (uint32_t)(big_hash & 0xFFFFFFFF); in tf_insert_eem_entry()719 key1_index = key1_hash & mask; in tf_insert_eem_entry()723 TFP_DRV_LOG(DEBUG, "Key1 hash:0x%08x\n", key1_hash); in tf_insert_eem_entry()