Home
last modified time | relevance | path

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

12

/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 Dcustom_punctuation.rs214 impl $crate::__private::Hash for $ident {
H A Dparse.rs198 use std::hash::{Hash, Hasher};
1419 impl Hash for Nothing {
/linux/rust/proc-macro2/
H A Dlocation.rs9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
/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
H A Dmap_of_maps.rst38 the max_entries limit that you specify. Hash maps use pre-allocation of hash
/linux/rust/zerocopy/src/
H A Dwrappers.rs11 use core::{fmt, hash::Hash};
446 impl<T: Unaligned + Hash> Hash for Unalign<T> {
970 fn hash<T: Hash>(t: &T) -> u64 { in test_unalign_trait_impls()
H A Dbyteorder.rs69 hash::Hash,
88 Copy + Clone + Debug + Display + Eq + PartialEq + Ord + PartialOrd + Hash + private::Sealed
112 #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
129 #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
524 #[derive(Copy, Clone, Eq, PartialEq, Hash)]
1109 FromBytes + IntoBytes + Unaligned + Copy + Eq + Debug + Hash + From<Self::Native>
/linux/Documentation/arch/powerpc/
H A Dcpu_families.rst12 - Hash MMU (except 603 and e300)
/linux/rust/kernel/
H A Dptr.rs30 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
/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/Documentation/crypto/
H A Dlibcrypto-hash.rst3 Hash functions, MACs, and XOFs
/linux/rust/zerocopy-derive/derive/
H A Dmod.rs44 impl #impl_generics #core::hash::Hash for #type_ident #ty_generics in derive_hash()
/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
H A Ddirectory.rst191 Hash Tree Directories
295 - Hash type, see dirhash_ table below.
416 - Hash code.
/linux/tools/memory-model/
H A DREADME108 Hash=d66d99523e2cac6b06e66f4c995ebb48
145 Hash=d66d99523e2cac6b06e66f4c995ebb48
/linux/drivers/crypto/intel/keembay/
H A DKconfig69 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash
/linux/arch/powerpc/platforms/
H A DKconfig.cputype410 bool "Hash MMU Support"
414 Enable support for the Power ISA Hash style MMU. This is implemented
442 If this option is disabled, the Hash MMU will be used by default,

12