/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | ids.rs | 7 #[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/ |
D | mod.rs | 28 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/ |
D | address.rs | 3 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)] 14 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | oob.proto | 15 // OOB data Pairing Hash and Randomizer - 32 bytes. 21 // OOB data Pairing Hash and Randomizer - 32 bytes.
|
/packages/modules/Virtualization/libs/dice/driver/src/ |
D | lib.rs | 20 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/ |
D | dice.rs | 49 pub type Hash = [u8; HASH_SIZE]; typedef 306 code_hash: Hash, in new() argument 308 authority_hash: Hash, in new() argument
|
D | ops.rs | 20 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()
|
D | lib.rs | 40 DiceArtifacts, DiceMode, Hash, Hidden, InlineConfig, InputValues, KeyAlgorithm, PrivateKey,
|
/packages/modules/Virtualization/libs/vbmeta/src/ |
D | descriptor.rs | 36 Hash(&'a [u8]), enumerator 72 Ok(AvbDescriptorTag::AVB_DESCRIPTOR_TAG_HASH) => Descriptor::Hash(data), in from_image()
|
/packages/modules/Virtualization/guest/pvmfw/src/ |
D | instance.rs | 25 use diced_open_dice::Hash; 269 pub code_hash: Hash, 270 pub auth_hash: Hash,
|
/packages/modules/Bluetooth/system/tools/irk-calculator/ |
D | README.mkdn | 46 Given Hash: [70, BE, B3] 69 Given Hash: [A3, 5B, 24]
|
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_test.cc | 258 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/ |
D | sys.rs | 58 #[derive(Copy, Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, FromZeros)]
|
/packages/modules/Virtualization/libs/devicemapper/src/ |
D | sys.rs | 75 Copy, Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, Immutable, IntoBytes, FromZeros,
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 7 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/ |
D | database.h | 123 Octet16 Hash() const;
|
/packages/modules/Nfc/libnfc-nci/src/rust/hal/ |
D | hal.rs | 54 #[derive(Debug, Hash, Eq, PartialEq, Clone, Copy)]
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSHProjectionTest.cpp | 35 ACTION(Hash, float) \
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | editor.rs | 42 #[derive(Hash, Eq, PartialEq)]
|
/packages/modules/Virtualization/libs/libvm_payload/wrapper/ |
D | attestation.rs | 39 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
/packages/modules/DnsResolver/doh/ |
D | boot_time.rs | 37 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
D | config.rs | 128 #[derive(Clone, PartialEq, Eq, Hash)]
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 1035 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/ |
D | uuid.rs | 48 #[derive(Clone, Debug, Hash, PartialEq, PartialOrd, Eq, Ord, FromPrimitive, ToPrimitive, Copy)]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 13 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 {
|