Home
last modified time | relevance | path

Searched defs:boot_value (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs573 let mut boot_value = Vec::new(); in to_cbor_value() localVariable
596 let mut boot_value: Option<BootUniqueValue> = None; in from_cbor_value() localVariable
629 let boot_value = boot_value.ok_or(CoseError::EncodeFailed)?; in from_cbor_value() localVariable
1301 let boot_value = BootUniqueValue::new().expect("couldn't get boot unique value"); in boot_unique_values_match() localVariable
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd_test.cpp154 const std::string& boot_value, in verify_flag_query_return_message()
175 const std::string& boot_value, in verify_flag_query_return_message()
H A Dstorage_files.cpp975 auto boot_value = GetBootFlagValue(*context); in ListFlag() local
/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs116 pub boot_value: String, field
820 let boot_value = self.get_boot_flag_value(&context)?; in get_flag_snapshot() localVariable