Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/tcg/
Dv2.rs168 pub struct PcrEventInputs { struct
174 impl PcrEventInputs { argument
246 impl Align for PcrEventInputs { implementation
252 impl Debug for PcrEventInputs { implementation
263 impl PartialEq for PcrEventInputs { implementation
733 event: &PcrEventInputs, in hash_log_extend_event()
735 let event: *const PcrEventInputs = event; in hash_log_extend_event() constant
851 let event_ptr: *const PcrEventInputs = event; in test_new_event() constant
/aosp_15_r20/external/rust/crates/uefi/src/proto/tcg/
Dv2.rs168 pub struct PcrEventInputs { struct
174 impl PcrEventInputs { impl
246 impl Align for PcrEventInputs { implementation
252 impl Debug for PcrEventInputs { implementation
263 impl PartialEq for PcrEventInputs { implementation
733 event: &PcrEventInputs, in hash_log_extend_event()
735 let event: *const PcrEventInputs = event; in hash_log_extend_event() constant
851 let event_ptr: *const PcrEventInputs = event; in test_new_event() constant