auth_desc 1263 drivers/crypto/qat/qat_common/qat_uclo.c struct icp_qat_fw_auth_desc *auth_desc; auth_desc 1286 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc = img_desc.dram_base_addr_v; auth_desc 1287 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->css_hdr_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); auth_desc 1288 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->css_hdr_low = (unsigned int)bus_addr; auth_desc 1293 drivers/crypto/qat/qat_common/qat_uclo.c bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + auth_desc 1297 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->fwsk_pub_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); auth_desc 1298 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->fwsk_pub_low = (unsigned int)bus_addr; auth_desc 1315 drivers/crypto/qat/qat_common/qat_uclo.c bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, auth_desc 1316 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->fwsk_pub_low) + auth_desc 1319 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->signature_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); auth_desc 1320 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->signature_low = (unsigned int)bus_addr; auth_desc 1328 drivers/crypto/qat/qat_common/qat_uclo.c bus_addr = ADD_ADDR(auth_desc->signature_high, auth_desc 1329 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->signature_low) + auth_desc 1333 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); auth_desc 1334 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_low = (unsigned int)bus_addr; auth_desc 1335 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_len = size - ICP_QAT_AE_IMG_OFFSET; auth_desc 1338 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_len); auth_desc 1343 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_mode_data_high = auth_desc->img_high; auth_desc 1344 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_mode_data_low = auth_desc->img_low; auth_desc 1345 drivers/crypto/qat/qat_common/qat_uclo.c bus_addr = ADD_ADDR(auth_desc->img_ae_mode_data_high, auth_desc 1346 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_mode_data_low) + auth_desc 1349 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_init_data_high = (unsigned int) auth_desc 1351 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_init_data_low = (unsigned int)bus_addr; auth_desc 1353 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_insts_high = (unsigned int) auth_desc 1355 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_insts_low = (unsigned int)bus_addr; auth_desc 1357 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_insts_high = auth_desc->img_high; auth_desc 1358 drivers/crypto/qat/qat_common/qat_uclo.c auth_desc->img_ae_insts_low = auth_desc->img_low; auth_desc 1360 drivers/crypto/qat/qat_common/qat_uclo.c *desc = auth_desc;