Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 42) 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 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/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/proc-macro2/
H A Dlocation.rs9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
H A Dlib.rs176 use core::hash::{Hash, Hasher};
1036 impl Hash for Ident {
/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/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/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,
/linux/Documentation/crypto/
H A Dapi-samples.rst162 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst186 table_hash := Hash of the (<dm_version_str> ";" <device_metadata> ";" <table_load_data> ";")
224 active_table_hash := Hash of the currently loaded active table.
226 inactive_table_hash := Hash of the inactive table.
262 inactive_table_hash := Hash of the inactive table being cleared from the device.
H A Dverity.rst136 Hash blocks are still verified each time they are read from the hash device,
188 Hash Tree

12