Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/dice/
Dentry.rs30 config_hash: Option<Vec<u8>>, field
72 pub fn config_hash(&self) -> Option<&[u8]> { in config_hash() method
209 pub fn config_hash(mut self, config_hash: Option<Vec<u8>>) -> Self { in config_hash() method
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs84 config_hash: Option<Vec<u8>>, field
102 let mut config_hash = FieldValue::new("config hash"); in from_cbor() localVariable