Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/Bluetooth/system/rust/src/gatt/
Dids.rs7 #[derive(Debug, Copy, Clone, PartialEq, Hash, Eq, PartialOrd, Ord)]
28 #[derive(Debug, Copy, Clone, PartialEq, Hash, Eq)]
32 #[derive(Debug, Copy, Clone, PartialEq, Hash, Eq)]
36 #[derive(Debug, Copy, Clone, PartialEq, Hash, Eq)]
40 #[derive(Debug, Copy, Clone, PartialEq, Hash, Eq)]
44 #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
/packages/modules/Virtualization/guest/pvmfw/src/dice/
Dmod.rs28 bcc_handover_main_flow, hash, Config, DiceContext, DiceMode, Hash, InputValues, HIDDEN_SIZE,
74 fn to_dice_hash(verified_boot_data: &VerifiedBootData) -> Result<Hash> { in to_dice_hash() argument
85 pub code_hash: Hash,
86 pub auth_hash: Hash,
90 pub instance_hash: Option<Hash>,
95 pub fn new(data: &VerifiedBootData, instance_hash: Option<Hash>) -> Result<Self> { in new()
191 Hash, PartialInputs, COMPONENT_NAME_KEY, INSTANCE_HASH_KEY, RKP_VM_MARKER_KEY,
223 const HASH: Hash = *b"sixtyfourbyteslongsentencearerarebutletsgiveitatrycantbethathard";
/packages/modules/Bluetooth/system/rust/src/core/
Daddress.rs3 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
14 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Doob.proto15 // OOB data Pairing Hash and Randomizer - 32 bytes.
21 // OOB data Pairing Hash and Randomizer - 32 bytes.
/packages/modules/Virtualization/libs/dice/driver/src/
Dlib.rs20 bcc_handover_parse, retry_bcc_main_flow, BccHandover, Config, DiceArtifacts, DiceMode, Hash,
133 code_hash: Hash, in derive() argument
135 authority_hash: Hash, in derive() argument
/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs49 pub type Hash = [u8; HASH_SIZE]; typedef
306 code_hash: Hash, in new() argument
308 authority_hash: Hash, in new() argument
Dops.rs20 context, derive_cdi_private_key_seed, DiceArtifacts, Hash, InputValues, PrivateKey, HASH_SIZE,
38 pub fn hash(input: &[u8]) -> Result<Hash> { in hash() argument
39 let mut output: Hash = [0; HASH_SIZE]; in hash()
Dlib.rs40 DiceArtifacts, DiceMode, Hash, Hidden, InlineConfig, InputValues, KeyAlgorithm, PrivateKey,
/packages/modules/Virtualization/libs/vbmeta/src/
Ddescriptor.rs36 Hash(&'a [u8]), enumerator
72 Ok(AvbDescriptorTag::AVB_DESCRIPTOR_TAG_HASH) => Descriptor::Hash(data), in from_image()
/packages/modules/Virtualization/guest/pvmfw/src/
Dinstance.rs25 use diced_open_dice::Hash;
269 pub code_hash: Hash,
270 pub auth_hash: Hash,
/packages/modules/Bluetooth/system/tools/irk-calculator/
DREADME.mkdn46 Given Hash: [70, BE, B3]
69 Given Hash: [A3, 5B, 24]
/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc258 Octet16 hash = db.Hash(); in TEST()
540 EXPECT_EQ(db_from_disk.Hash(), db_from_serialized.Hash()); in TEST()
/packages/modules/Virtualization/libs/devicemapper/src/loopdevice/
Dsys.rs58 #[derive(Copy, Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, FromZeros)]
/packages/modules/Virtualization/libs/devicemapper/src/
Dsys.rs75 Copy, Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, Immutable, IntoBytes, FromZeros,
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs7 use std::hash::Hash;
86 #[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
473 #[derive(Copy, Clone, Eq, PartialEq, Hash)]
519 #[derive(Clone, Copy, Eq, Hash, PartialEq)]
528 #[derive(Clone, Copy, Eq, Hash, PartialEq)]
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h123 Octet16 Hash() const;
/packages/modules/Nfc/libnfc-nci/src/rust/hal/
Dhal.rs54 #[derive(Debug, Hash, Eq, PartialEq, Clone, Copy)]
/packages/modules/NeuralNetworks/common/cpu_operations/
DLSHProjectionTest.cpp35 ACTION(Hash, float) \
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Deditor.rs42 #[derive(Hash, Eq, PartialEq)]
/packages/modules/Virtualization/libs/libvm_payload/wrapper/
Dattestation.rs39 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
/packages/modules/DnsResolver/doh/
Dboot_time.rs37 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
Dconfig.rs128 #[derive(Clone, PartialEq, Eq, Hash)]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs1035 use std::hash::Hash; in generate_dbus_arg()
1186 K: 'static + Eq + Hash + RefArgToRust<RustType = K>, in generate_dbus_arg()
1417 impl<K: Eq + Hash + DBusArg, V: DBusArg> DBusArg for std::collections::HashMap<K, V> in generate_dbus_arg()
1421 + Hash in generate_dbus_arg()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs48 #[derive(Clone, Debug, Hash, PartialEq, PartialOrd, Eq, Ord, FromPrimitive, ToPrimitive, Copy)]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs13 use std::hash::{Hash, Hasher};
146 #[derive(Clone, Debug, Eq, Hash, FromPrimitive, ToPrimitive, PartialEq, PartialOrd)]
494 impl Hash for Uuid {
956 impl Hash for RawAddress {

12