Home
last modified time | relevance | path

Searched refs:auth_desc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1418 struct icp_qat_fw_auth_desc *auth_desc; in qat_uclo_map_auth_fw() local
1442 auth_desc = img_desc.dram_base_addr_v; in qat_uclo_map_auth_fw()
1449 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_map_auth_fw()
1472 auth_desc->fwsk_pub_low) + in qat_uclo_map_auth_fw()
1485 auth_desc->signature_low) + in qat_uclo_map_auth_fw()
1494 auth_desc->img_len); in qat_uclo_map_auth_fw()
1499 auth_desc->img_ae_mode_data_high = auth_desc->img_high; in qat_uclo_map_auth_fw()
1500 auth_desc->img_ae_mode_data_low = auth_desc->img_low; in qat_uclo_map_auth_fw()
1518 auth_desc->img_ae_insts_high = auth_desc->img_high; in qat_uclo_map_auth_fw()
1519 auth_desc->img_ae_insts_low = auth_desc->img_low; in qat_uclo_map_auth_fw()
[all …]