Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/qat/qat_common/ !
Dqat_uclo.c1375 struct icp_qat_fw_auth_desc *auth_desc; in qat_uclo_map_auth_fw() local
1399 auth_desc = img_desc.dram_base_addr_v; in qat_uclo_map_auth_fw()
1400 auth_desc->css_hdr_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1401 auth_desc->css_hdr_low = (unsigned int)bus_addr; in qat_uclo_map_auth_fw()
1406 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_map_auth_fw()
1410 auth_desc->fwsk_pub_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1411 auth_desc->fwsk_pub_low = (unsigned int)bus_addr; in qat_uclo_map_auth_fw()
1428 bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, in qat_uclo_map_auth_fw()
1429 auth_desc->fwsk_pub_low) + in qat_uclo_map_auth_fw()
1432 auth_desc->signature_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
[all …]