Emit an event that extends RTMR3 on TDX platforms.
(
self,
event: str,
payload: str | bytes,
)
| 580 | |
| 581 | @call_async |
| 582 | def emit_event( |
| 583 | self, |
| 584 | event: str, |
| 585 | payload: str | bytes, |
| 586 | ) -> None: |
| 587 | """Emit an event that extends RTMR3 on TDX platforms.""" |
| 588 | raise NotImplementedError |
| 589 | |
| 590 | @call_async |
| 591 | def get_tls_key( |
no outgoing calls