/trusty/user/base/lib/hwkey/rust/src/ |
D | test.rs | 64 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/ |
D | asserts.rs | 60 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()
|
D | lib.rs | 135 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/ |
D | handle_set.rs | 94 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/ |
D | main.rs | 42 fn panic(_panic: &PanicInfo<'_>) -> ! { in panic()
|
/trusty/user/app/sample/skel_rust/ |
D | main.rs | 38 let _ = trusty_sys::writev(2, &iov, 1); in main() localVariable
|
/trusty/user/app/keymint/ |
D | ffi_bindings.rs | 56 const _: () = assert!( constant
|
D | secure_deletion_secret_manager.rs | 73 const _: () = assert!( constant 77 const _: () = assert!((BLOCK_SIZE % SECRET_SIZE) == 0, "Broke find_empty_slot assumption"); constant 78 const _: () = constant
|
D | keys.rs | 239 let _ = hwkey_session in root_kek() localVariable 251 let _ = hwkey_session in root_kek() localVariable
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | hwcrypto_device_key.rs | 50 const _: () = assert!( constant 54 const _: () = assert!( constant
|
/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config.py | 107 def match_provide(_): argument 177 def needs(self, **_): 181 def into_androidporttest(self, **_):
|
/trusty/user/base/lib/trusty-log/src/ |
D | lib.rs | 110 let _ = stderr().write(message_to_print.as_bytes()); in log() localVariable
|
/trusty/user/base/lib/tipc/rust/src/ |
D | serialization.rs | 29 let ptr = obj as *const _ as *const u8; in serialize_as_bytes() constant
|
D | handle.rs | 153 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/ |
D | lib.rs | 609 pub fn begin_transaction(&mut self) -> Transaction<'_> { in begin_transaction()
|