(attestation: AttestationV1, report_data: [u8; 64])
| 1222 | use super::*; |
| 1223 | |
| 1224 | fn patch_v1_report_data(attestation: AttestationV1, report_data: [u8; 64]) -> AttestationV1 { |
| 1225 | attestation.with_report_data(report_data) |
| 1226 | } |
| 1227 | |
| 1228 | fn dummy_tdx_attestation(report_data: [u8; 64]) -> Attestation { |
| 1229 | Attestation { |
no test coverage detected