Searched defs:Tpm (Results 1 – 3 of 3) sorted by relevance
147 pub struct Tpm { struct148 backend: Option<Box<dyn TpmBackend>>, argument153 impl Tpm { implementation154 pub fn new(backend: Box<dyn TpmBackend>, base_features: u64) -> Tpm { in new()163 impl VirtioDevice for Tpm { implementation
187 Tpm = virtio_ids::VIRTIO_ID_TPM, enumerator
3276 explicit Tpm(CommandTransceiver* transceiver) : transceiver_(transceiver) {} in Tpm() function