Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs70 struct BootUniqueValue([u8; UNIQUE_VALUE_SIZEOF]); struct
72 impl fmt::Debug for BootUniqueValue { implementation
78 impl PartialEq for BootUniqueValue { implementation
84 impl Eq for BootUniqueValue {} implementation
86 impl BootUniqueValue { implementation
406 boot_unique_value: BootUniqueValue, in new_with_boot_value()