Home
last modified time | relevance | path

Searched refs:COMPONENT_NAME_KEY (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/pvmfw/src/
Ddice.rs29 const COMPONENT_NAME_KEY: i64 = -70002; constant
152 config.push((cbor!(COMPONENT_NAME_KEY)?, cbor!("vm_entry")?)); in generate_config_descriptor()
195 Hash, PartialInputs, COMPONENT_NAME_KEY, INSTANCE_HASH_KEY, RKP_VM_MARKER_KEY,
257 assert_eq!(config_map.get(&COMPONENT_NAME_KEY).unwrap().as_text().unwrap(), "vm_entry"); in base_config_descriptor()