Searched refs:INSTANCE_HASH_KEY (Results 1 – 2 of 2) sorted by relevance
33 const INSTANCE_HASH_KEY: i64 = -71003; constant160 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()
51 const INSTANCE_HASH_KEY: i64 = -71003; constant223 vec![CONFIG_DESC, INSTANCE_HASH_KEY], in sealing_policy()