Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dtpm.rs147 pub struct Tpm { struct
148 backend: Option<Box<dyn TpmBackend>>, argument
153 impl Tpm { implementation
154 pub fn new(backend: Box<dyn TpmBackend>, base_features: u64) -> Tpm { in new()
163 impl VirtioDevice for Tpm { implementation
H A Dmod.rs187 Tpm = virtio_ids::VIRTIO_ID_TPM, enumerator
/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.h3276 explicit Tpm(CommandTransceiver* transceiver) : transceiver_(transceiver) {} in Tpm() function