Searched refs:sec_cpy (Results 1 – 1 of 1) sorted by relevance
181 uint8_t *sec_cpy; member313 struct remoteproc_fw_hdr *hdr = (void *)ctx->sec_cpy; in remoteproc_pta_verify()338 sign = FW_SIGN_PTR(ctx->sec_cpy, hdr); in remoteproc_pta_verify()379 ctx->sec_cpy = TEE_Malloc(length, TEE_MALLOC_FILL_ZERO); in remoteproc_save_fw_header_and_tlvs()380 if (!ctx->sec_cpy) in remoteproc_save_fw_header_and_tlvs()383 memcpy(ctx->sec_cpy, fw_orig, length); in remoteproc_save_fw_header_and_tlvs()391 struct remoteproc_fw_hdr *hdr = (void *)ctx->sec_cpy; in remoteproc_verify_signature()449 struct remoteproc_fw_hdr *hdr = (void *)ctx->sec_cpy; in remoteproc_verify_header()524 hdr = (void *)ctx->sec_cpy; in remoteproc_verify_firmware()526 ctx->tlvs = FW_TLV_PTR(ctx->sec_cpy, hdr); in remoteproc_verify_firmware()[all …]