Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/dice/
Dentry.rs32 authority_hash: Vec<u8>, field
82 pub fn authority_hash(&self) -> &[u8] { in authority_hash() method
249 pub fn authority_hash(mut self, authority_hash: Vec<u8>) -> Self { in authority_hash() method
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs110 authority_hash: Option<Vec<u8>>, field
169 let mut authority_hash = FieldValue::new("authority hash"); in from_entries() localVariable