Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c504 uc_fw->rsa_size = css->key_size_dw * sizeof(u32); in check_ccs_header()
507 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in check_ccs_header()
816 return uc_fw->type == INTEL_UC_FW_TYPE_HUC || uc_fw->rsa_size > 256; in uc_fw_need_rsa_in_memory()
843 GEM_BUG_ON(uc_fw->rsa_size > PAGE_SIZE); in uc_fw_rsa_data_create()
859 if (copied < uc_fw->rsa_size) { in uc_fw_rsa_data_create()
949 u32 size = min_t(u32, uc_fw->rsa_size, max_len); in intel_uc_fw_copy_rsa()
1050 drm_printf(p, "\tRSA: %u bytes\n", uc_fw->rsa_size); in intel_uc_fw_dump()
Dintel_uc_fw.h105 u32 rsa_size; member