Home | History | Annotate | Download | only in qat

Lines Matching defs:auth_desc

2511 	struct fw_auth_desc *auth_desc;
2538 auth_desc = &auth_chunk->ac_fw_auth_desc;
2539 auth_desc->fad_css_hdr_high = bus_addr >> 32;
2540 auth_desc->fad_css_hdr_low = bus_addr;
2548 auth_desc->fad_fwsk_pub_high = bus_addr >> 32;
2549 auth_desc->fad_fwsk_pub_low = bus_addr;
2560 auth_desc->fad_signature_high = bus_addr >> 32;
2561 auth_desc->fad_signature_low = bus_addr;
2572 auth_desc->fad_img_high = bus_addr >> 32;
2573 auth_desc->fad_img_low = bus_addr;
2574 auth_desc->fad_img_len = size - AE_IMG_OFFSET;
2576 memcpy((void *)virt_addr, image, auth_desc->fad_img_len);
2579 auth_desc->fad_img_ae_mode_data_high = auth_desc->fad_img_high;
2580 auth_desc->fad_img_ae_mode_data_low = auth_desc->fad_img_low;
2584 auth_desc->fad_img_ae_init_data_high = bus_addr >> 32;
2585 auth_desc->fad_img_ae_init_data_low = bus_addr;
2589 auth_desc->fad_img_ae_insts_high = bus_addr >> 32;
2590 auth_desc->fad_img_ae_insts_low = bus_addr;
2592 auth_desc->fad_img_ae_insts_high = auth_desc->fad_img_high;
2593 auth_desc->fad_img_ae_insts_low = auth_desc->fad_img_low;