Searched refs:rsa_size (Results 1 – 5 of 5) sorted by relevance
140 u32 rsa_size; member
290 u32 size = min_t(u32, uc_fw->rsa_size, max_len); in xe_uc_fw_copy_rsa()413 uc_fw->rsa_size = css->key_size_dw * sizeof(u32); in parse_css_header()417 uc_fw->rsa_size; in parse_css_header()910 if (uc_fw->rsa_size) in xe_uc_fw_print()911 drm_printf(p, "\tRSA: %u bytes\n", uc_fw->rsa_size); in xe_uc_fw_print()
494 if (guc->fw.rsa_size > 256) { in guc_xfer_rsa()
669 uc_fw->rsa_size = css->key_size_dw * sizeof(u32); in __check_ccs_header()672 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in __check_ccs_header()1190 return uc_fw->type == INTEL_UC_FW_TYPE_HUC || uc_fw->rsa_size > 256; in uc_fw_need_rsa_in_memory()1217 GEM_BUG_ON(uc_fw->rsa_size > PAGE_SIZE); in uc_fw_rsa_data_create()1233 if (copied < uc_fw->rsa_size) { in uc_fw_rsa_data_create()1336 u32 size = min_t(u32, uc_fw->rsa_size, max_len); in intel_uc_fw_copy_rsa()1441 drm_printf(p, "\tRSA: %u bytes\n", uc_fw->rsa_size); in intel_uc_fw_dump()
118 u32 rsa_size; member