MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / tdx_cmd_extend_rtmr

Function tdx_cmd_extend_rtmr

tdx-attest/src/linux.rs:95–97  ·  view source on GitHub ↗

Note: Kernel driver uses _IOR (not _IOW) for extend RTMR

()

Source from the content-addressed store, hash-verified

93
94// Note: Kernel driver uses _IOR (not _IOW) for extend RTMR
95fn tdx_cmd_extend_rtmr() -> IoctlRequest {
96 ior::<TdxExtendRtmrReq>(b'T', 3)
97}
98
99// ============================================================================
100// Kernel interface structures

Callers 1

extend_rtmr_via_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected