Home
last modified time | relevance | path

Searched defs:Tpm (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/
Dtpm.rs173 pub struct Tpm { struct
174 backend: Option<Box<dyn TpmBackend>>, argument
179 impl Tpm { argument
180 pub fn new(backend: Box<dyn TpmBackend>, base_features: u64) -> Tpm { in new()
189 impl VirtioDevice for Tpm { implementation
235 impl Suspendable for Tpm {} implementation
Dmod.rs131 Tpm = virtio_ids::VIRTIO_ID_TPM, enumerator