Searched refs:rsa_size (Results 1 – 2 of 2) sorted by relevance
594 uc_fw->rsa_size = css->key_size_dw * sizeof(u32); in check_ccs_header()597 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in check_ccs_header()1007 return uc_fw->type == INTEL_UC_FW_TYPE_HUC || uc_fw->rsa_size > 256; in uc_fw_need_rsa_in_memory()1034 GEM_BUG_ON(uc_fw->rsa_size > PAGE_SIZE); in uc_fw_rsa_data_create()1050 if (copied < uc_fw->rsa_size) { in uc_fw_rsa_data_create()1139 u32 size = min_t(u32, uc_fw->rsa_size, max_len); in intel_uc_fw_copy_rsa()1247 drm_printf(p, "\tRSA: %u bytes\n", uc_fw->rsa_size); in intel_uc_fw_dump()
111 u32 rsa_size; member
Completed in 5 milliseconds