Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/dice/
Dentry.rs261 component_name: Option<String>, field
272 pub fn component_name(&self) -> Option<&str> { in component_name() method
349 pub fn component_name(mut self, name: Option<String>) -> Self { in component_name() method
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs388 let mut component_name = FieldValue::new("component name"); in config_desc_from_slice() localVariable