Searched refs:intel_uc_fw_copy_rsa (Results 1 – 3 of 3) sorted by relevance
310 size_t intel_uc_fw_copy_rsa(struct intel_uc_fw *uc_fw, void *dst, u32 max_len);
58 copied = intel_uc_fw_copy_rsa(guc_fw, rsa, sizeof(rsa)); in guc_xfer_rsa_mmio()
1208 copied = intel_uc_fw_copy_rsa(uc_fw, vaddr, vma->size); in uc_fw_rsa_data_create()1311 size_t intel_uc_fw_copy_rsa(struct intel_uc_fw *uc_fw, void *dst, u32 max_len) in intel_uc_fw_copy_rsa() function