Searched refs:key0_hash (Results 1 – 2 of 2) sorted by relevance
227 uint32_t key0_hash; in hcapi_cfa_key_hash() local236 key0_hash = hcapi_cfa_crc32_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()
688 uint32_t key0_hash; in tf_insert_eem_entry() local715 key0_hash = (uint32_t)(big_hash >> 32); in tf_insert_eem_entry()718 key0_index = key0_hash & mask; in tf_insert_eem_entry()722 TFP_DRV_LOG(DEBUG, "Key0 hash:0x%08x\n", key0_hash); in tf_insert_eem_entry()