Home
last modified time | relevance | path

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

12

/f-stack/freebsd/netgraph/
H A Dng_pred1.c69 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x)
78 uint16_t Hash; member
575 priv->Hash = 0; in Pred1Init()
596 if (priv->GuessTable[priv->Hash] == *source) in Pred1Compress()
601 priv->GuessTable[priv->Hash] = *source; in Pred1Compress()
634 *dest = priv->GuessTable[priv->Hash]; in Pred1Decompress()
641 priv->GuessTable[priv->Hash] = *source; in Pred1Decompress()
663 priv->GuessTable[priv->Hash] = *source; in Pred1SyncTable()
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt111 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
112 50: Hash Accelerator 1 TX
124 62: Crypto Accelerator 0 TX or Hash Accelerator 0 TX
125 63: Hash Accelerator 0 TX
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst253 Hash Table Design
256 Hash Table Overview
283 **Hash Function**
296 **Hash Table**
334 Hash Table Use Cases
360 *Hash table name:* ARP table
368 Hash Table Types
420 #. **Extendable Bucket Hash Table.**
473 Key Size Optimized Hash Tables
531 Configurable Key Size Hash Table
[all …]
H A Dhash_lib.rst7 Hash Library
10 The DPDK provides a Hash Library for creating hash table for fast lookup.
12 For increased performance the DPDK Hash requires that all the keys have the same number of bytes wh…
14 Hash API Overview
27 * Hash function to translate the key into a hash value
29 The main methods exported by the Hash Library are:
42 Apart from the basic methods explained above, the Hash Library API provides a few more advanced met…
105 …RCU QSBR process is integrated within the Hash library for safe freeing of the position. Applicati…
130 The hash library uses the Cuckoo Hash algorithm to resolve collisions.
134 The Hash Library uses a hash function (configurable) to translate the input key into a 4-byte hash …
[all …]
H A Doverview.rst23 Other libraries, outside of EAL, including the Hash,
152 The DPDK includes Hash (librte_hash) and Longest Prefix Match (LPM,librte_lpm)
155 See :ref:`Hash Library <Hash_Library>` and :ref:`LPM Library <LPM_Library>` for more information.
H A Defd_lib.rst89 target. The flow table (e.g. DPDK RTE Hash Library) will simply store
123 Searching for Perfect Hash Function
330 Perfect Hash Search - Assigned Keys & Target Value
342 Perfect Hash Search - Satisfy Target Values
354 Finding Hash Index for Conflict Free lookup_table
H A Dmember_lib.rst86 schemes are presented including (a) vector of Bloom Filters and (b) Hash-Table based
176 Hash-Table based Set-Summaries
179 Hash-table based set-summary (HTSS) is another scheme in the membership library.
286 For example, ``num_keys`` parameter means the maximum number of entries for Hash table based set-su…
386 [Member-bloom] B H Bloom, "Space/Time Trade-offs in Hash Coding with Allowable Errors," Communicati…
/f-stack/app/redis-5.0.5/utils/hashtable/
H A DREADME1 Hash table implementation related utilities.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dcaam_jr.rst62 Hash algorithms:
86 * Hash followed by Cipher mode is not supported
H A Ddpaa_sec.rst64 Hash algorithms:
101 * Hash followed by Cipher mode is not supported
H A Dnitrox.rst23 Hash algorithms:
H A Ddpaa2_sec.rst116 Hash algorithms:
151 * Hash followed by Cipher mode is not supported
H A Dopenssl.rst98 * Hash only is not supported for GCM and GMAC.
H A Dmvsam.rst35 Hash algorithms:
H A Dvirtio.rst19 Hash algorithms:
H A Dbcmfs.rst35 Hash algorithms:
H A Docteontx.rst30 Hash Algorithms
H A Docteontx2.rst35 Hash algorithms:
H A Dccp.rst29 Hash algorithms:
H A Daesni_mb.rst42 Hash algorithms:
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Datmel-crypto.txt48 * Secure Hash Algorithm (SHA)
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst70 * chain: select the operation chaining to perform: Cipher->Hash (CIPHER_HASH),
72 Hash->Cipher (HASH_CIPHER), Cipher (CIPHER_ONLY), Hash (HASH_ONLY)
76 (default is Cipher->Hash)
H A Dl3_forward.rst195 Hash Initialization
204 The Hash initialization will setup both ipv4 and ipv6 hash table,
293 Packet Forwarding for Hash-based Lookups
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst58 * Architecture Independent CRC Hash
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dhash.tcl255 test {Is a ziplist encoded Hash promoted on big payload?} {
441 test {Hash ziplist regression test for large keys} {

12