Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Ddice.rs31 const RKP_VM_MARKER_KEY: i64 = -70006; constant
157 config.push((cbor!(RKP_VM_MARKER_KEY)?, Value::Null)) in generate_config_descriptor()
195 Hash, PartialInputs, COMPONENT_NAME_KEY, INSTANCE_HASH_KEY, RKP_VM_MARKER_KEY,
268 assert_eq!(config_map.get(&RKP_VM_MARKER_KEY), None); in base_config_descriptor()
278 assert!(config_map.get(&RKP_VM_MARKER_KEY).unwrap().is_null()); in config_descriptor_with_rkp_vm()