Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 15 of 15) sorted by relevance

/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs64 let _ = hwkey_session in test_hwkey_derive_repeatable_versioned() localVariable
79 let _ = hwkey_session in test_hwkey_derive_repeatable_versioned() localVariable
135 let _ = hwkey_session.derive_key_req().derive(SRC_DATA2, buf2).expect("could not derive key"); in test_hwkey_derive_different_default() localVariable
167 let _ = hwkey_session in test_hwkey_derive_different_specified() localVariable
189 let _ = hwkey_session in test_hwkey_derive_different_specified() localVariable
206 let _ = hwkey_session in test_hwkey_derive_different_specified() localVariable
245 let _ = hwkey_session in test_hwkey_derive_different_specified() localVariable
331 let _ = hwkey_session in test_hwkey_derive_different_version_source() localVariable
354 let _ = hwkey_session in test_hwkey_derive_null_context() localVariable
372 let _ = hwkey_session in test_hwkey_derive_newer_versions() localVariable
[all …]
/trusty/user/base/lib/unittest-rust/src/
Dasserts.rs60 args: Option<fmt::Arguments<'_>>, in assert_failed_inner()
98 args: Option<fmt::Arguments<'_>>, in assert_err()
108 args: Option<fmt::Arguments<'_>>, in assert_err_inner()
131 pub fn simple_assert_failed(cond: &'static str, args: Option<fmt::Arguments<'_>>) { in simple_assert_failed()
Dlib.rs135 let _ = self.client_connection.replace(Some(handle.try_clone()?)); in connect() localVariable
143 let _ = self.client_connection.take(); in disconnect() localVariable
/trusty/user/base/lib/tipc/rust/src/service/
Dhandle_set.rs94 let _ = self in add_connection() localVariable
122 let _ = self in close() localVariable
134 let _ = connection; in close() localVariable
/trusty/user/app/sample/rust_no_std/
Dmain.rs42 fn panic(_panic: &PanicInfo<'_>) -> ! { in panic()
/trusty/user/app/sample/skel_rust/
Dmain.rs38 let _ = trusty_sys::writev(2, &iov, 1); in main() localVariable
/trusty/user/app/keymint/
Dffi_bindings.rs56 const _: () = assert!( constant
Dsecure_deletion_secret_manager.rs73 const _: () = assert!( constant
77 const _: () = assert!((BLOCK_SIZE % SECRET_SIZE) == 0, "Broke find_empty_slot assumption"); constant
78 const _: () = constant
Dkeys.rs239 let _ = hwkey_session in root_kek() localVariable
251 let _ = hwkey_session in root_kek() localVariable
/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs50 const _: () = assert!( constant
54 const _: () = assert!( constant
/trusty/vendor/google/aosp/scripts/
Dtrusty_build_config.py107 def match_provide(_): argument
177 def needs(self, **_):
181 def into_androidporttest(self, **_):
/trusty/user/base/lib/trusty-log/src/
Dlib.rs110 let _ = stderr().write(message_to_print.as_bytes()); in log() localVariable
/trusty/user/base/lib/tipc/rust/src/
Dserialization.rs29 let ptr = obj as *const _ as *const u8; in serialize_as_bytes() constant
Dhandle.rs153 let _ = self.wait(None)?; in recv_vectored() localVariable
370 let _ = trusty_sys::close(self.as_raw_fd()); in drop() localVariable
/trusty/user/base/lib/storage/rust/src/
Dlib.rs609 pub fn begin_transaction(&mut self) -> Transaction<'_> { in begin_transaction()