Check if TDX quote should be included
(&self)
| 180 | |
| 181 | /// Check if TDX quote should be included |
| 182 | pub fn has_tdx(&self) -> bool { |
| 183 | match self { |
| 184 | Self::DstackTdx => true, |
| 185 | Self::DstackGcpTdx => true, |
| 186 | Self::DstackNitroEnclave => false, |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | /// Get TPM runtime event PCR index |
| 191 | pub fn tpm_runtime_pcr(&self) -> Option<u32> { |
no outgoing calls
no test coverage detected