Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Ddice.rs33 const INSTANCE_HASH_KEY: i64 = -71003; constant
160 config.push((cbor!(INSTANCE_HASH_KEY)?, Value::from(instance_hash.as_slice()))); in generate_config_descriptor()
195 Hash, PartialInputs, COMPONENT_NAME_KEY, INSTANCE_HASH_KEY, RKP_VM_MARKER_KEY,
287 assert_eq!(*config_map.get(&INSTANCE_HASH_KEY).unwrap(), Value::from(HASH.as_slice())); in config_descriptor_with_instance_hash()
296 assert!(!config_map.contains_key(&INSTANCE_HASH_KEY)); in config_descriptor_without_instance_hash()
/packages/modules/Virtualization/microdroid_manager/src/
Dvm_secret.rs51 const INSTANCE_HASH_KEY: i64 = -71003; constant
223 vec![CONFIG_DESC, INSTANCE_HASH_KEY], in sealing_policy()