Searched refs:secret_key (Results 1 – 1 of 1) sorted by relevance
88 hash_key[0] = rsp.secret_key[1] << 31; in npc_field_hash_calc()89 hash_key[0] |= rsp.secret_key[2]; in npc_field_hash_calc()90 hash_key[1] = rsp.secret_key[1] >> 33; in npc_field_hash_calc()91 hash_key[1] |= rsp.secret_key[0] << 31; in npc_field_hash_calc()92 hash_key[2] = rsp.secret_key[0] >> 33; in npc_field_hash_calc()363 u64 *secret_key = rsp->secret_key; in rvu_mbox_handler_npc_get_field_hash_info() local373 secret_key[0] = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_SECRET_KEY0(intf)); in rvu_mbox_handler_npc_get_field_hash_info()374 secret_key[1] = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_SECRET_KEY1(intf)); in rvu_mbox_handler_npc_get_field_hash_info()375 secret_key[2] = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_SECRET_KEY2(intf)); in rvu_mbox_handler_npc_get_field_hash_info()