Home
last modified time | relevance | path

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

123

/linux/rust/syn/gen/
H A Dhash.rs8 use std::hash::{Hash, Hasher};
11 impl Hash for crate::Abi {
21 impl Hash for crate::AngleBracketedGenericArguments {
32 impl Hash for crate::Arm {
46 impl Hash for crate::AssocConst {
58 impl Hash for crate::AssocType {
70 impl Hash for crate::AttrStyle {
87 impl Hash for crate::Attribute {
98 impl Hash for crate::BareFnArg {
110 impl Hash for crate::BareVariadic {
[all …]
/linux/drivers/crypto/aspeed/
H A DKconfig6 Hash and Crypto Engine (HACE) is designed to accelerate the
22 bool "Enable Aspeed Hash & Crypto Engine (HACE) hash"
29 Select here to enable Aspeed Hash & Crypto Engine (HACE)
35 bool "Enable Aspeed Hash & Crypto Engine (HACE) crypto"
43 Select here to enable Aspeed Hash & Crypto Engine (HACE)
/linux/rust/syn/
H A Dtt.rs4 use std::hash::{Hash, Hasher};
50 impl<'a> Hash for TokenTreeHelper<'a> {
101 impl<'a> Hash for TokenStreamHelper<'a> {
H A Dlifetime.rs8 use std::hash::{Hash, Hasher};
110 impl Hash for Lifetime {
H A Dtoken.rs120 use std::hash::{Hash, Hasher};
266 impl Hash for $name { impl
393 impl Hash for $name { impl
500 impl Hash for $name { impl
630 impl Hash for Group {
H A Dexport.rs14 pub use std::hash::{Hash, Hasher};
H A Dcustom_keyword.rs250 impl $crate::__private::Hash for $ident {
H A Dpunctuated.rs35 use std::hash::{Hash, Hasher};
429 impl<T, P> Hash for Punctuated<T, P>
431 T: Hash,
432 P: Hash,
H A Dparse.rs198 use std::hash::{Hash, Hasher};
1419 impl Hash for Nothing {
H A Dcustom_punctuation.rs214 impl $crate::__private::Hash for $ident {
/linux/Documentation/crypto/
H A Dapi-digest.rst22 Asynchronous Hash Request Handle
26 :doc: Asynchronous Hash Request Handle
/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c35 static struct hash_pte __initdata *Hash = (struct hash_pte *)early_hash; variable
378 Hash = memblock_alloc_or_panic(Hash_size, Hash_size); in MMU_init_hw()
379 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
394 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET; in MMU_init_hw_patch()
/linux/arch/riscv/crypto/
H A DKconfig21 tristate "Hash functions: GHASH"
32 tristate "Hash functions: SM3 (ShangMi 3)"
/linux/Documentation/bpf/
H A Dmap_hash.rst20 to the max_entries limit that you specify. Hash maps use pre-allocation
57 Hash entries can be added or updated using the ``bpf_map_update_elem()``
76 Hash entries can be retrieved using the ``bpf_map_lookup_elem()``
87 Hash entries can be deleted using the ``bpf_map_delete_elem()``
147 This example shows how to declare an LRU Hash with a struct key and a
/linux/arch/arm64/crypto/
H A DKconfig6 tristate "Hash functions: GHASH (ARMv8 Crypto Extensions)"
19 tristate "Hash functions: SM3 (NEON)"
30 tristate "Hash functions: SM3 (ARMv8.2 Crypto Extensions)"
/linux/rust/proc-macro2/
H A Dlocation.rs9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
/linux/Documentation/arch/powerpc/
H A Dcpu_families.rst12 - Hash MMU (except 603 and e300)
/linux/rust/kernel/
H A Dptr.rs28 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10.S22 # Hash keys = v3 - v14
175 # Hash keys = v3 - v14
263 # Hash keys = v3 - v14
269 # load Hash - h^4, h^3, h^2, h
591 # load Hash - h^4, h^3, h^2, h
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dfm10k.rst116 - f Hash on bytes 0 and 1 of the Layer 4 header of the rx packet.
117 - n Hash on bytes 2 and 3 of the Layer 4 header of the rx packet.
/linux/arch/s390/crypto/
H A DKconfig6 tristate "Hash functions: GHASH"
/linux/Documentation/filesystems/ext4/
H A Dattributes.rst72 - Hash value of all attributes.
130 - Hash value of attribute name and attribute value. The kernel doesn't
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-mhi16 Description: The file holds the OEM PK Hash value of the endpoint device
/linux/tools/memory-model/
H A DREADME108 Hash=d66d99523e2cac6b06e66f4c995ebb48
145 Hash=d66d99523e2cac6b06e66f4c995ebb48
/linux/arch/arm/crypto/
H A DKconfig6 tristate "Hash functions: GHASH (PMULL/NEON/ARMv8 Crypto Extensions)"

123