Searched refs:auth_desc (Results 1 – 1 of 1) sorted by relevance
2450 struct fw_auth_desc *auth_desc; in qat_aefw_alloc_auth_dmamem() local2477 auth_desc = &auth_chunk->ac_fw_auth_desc; in qat_aefw_alloc_auth_dmamem()2478 auth_desc->fad_css_hdr_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()2479 auth_desc->fad_css_hdr_low = bus_addr; in qat_aefw_alloc_auth_dmamem()2487 auth_desc->fad_fwsk_pub_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()2488 auth_desc->fad_fwsk_pub_low = bus_addr; in qat_aefw_alloc_auth_dmamem()2499 auth_desc->fad_signature_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()2500 auth_desc->fad_signature_low = bus_addr; in qat_aefw_alloc_auth_dmamem()2508 auth_desc->fad_img_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()2509 auth_desc->fad_img_low = bus_addr; in qat_aefw_alloc_auth_dmamem()[all …]