Searched defs:boot_value (Results 1 – 4 of 4) sorted by relevance
573 let mut boot_value = Vec::new(); in to_cbor_value() localVariable596 let mut boot_value: Option<BootUniqueValue> = None; in from_cbor_value() localVariable629 let boot_value = boot_value.ok_or(CoseError::EncodeFailed)?; in from_cbor_value() localVariable1301 let boot_value = BootUniqueValue::new().expect("couldn't get boot unique value"); in boot_unique_values_match() localVariable
154 const std::string& boot_value, in verify_flag_query_return_message()175 const std::string& boot_value, in verify_flag_query_return_message()
975 auto boot_value = GetBootFlagValue(*context); in ListFlag() local
116 pub boot_value: String, field820 let boot_value = self.get_boot_flag_value(&context)?; in get_flag_snapshot() localVariable