Home
last modified time | relevance | path

Searched refs:rsa_offset (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_huc.c75 huc->fw.rsa_offset); in intel_huc_auth()
Dintel_uc_fw.c105 uc_fw->rsa_offset = uc_fw->ucode_offset + uc_fw->ucode_size; in intel_uc_fw_fetch()
311 uc_fw->rsa_offset, uc_fw->rsa_size); in intel_uc_fw_dump()
Dintel_uc_fw.h72 u32 rsa_offset; member
Dintel_guc.h167 int intel_guc_auth_huc(struct intel_guc *guc, u32 rsa_offset);
Dintel_guc.c517 int intel_guc_auth_huc(struct intel_guc *guc, u32 rsa_offset) in intel_guc_auth_huc() argument
521 rsa_offset in intel_guc_auth_huc()
Dintel_guc_fw.c137 guc_fw->rsa_offset) != sizeof(rsa)) in guc_xfer_rsa()