/openbmc/linux/net/netfilter/ipvs/ |
H A D | Kconfig | 211 tristate "destination hashing scheduling" 213 The destination hashing scheduling algorithm assigns network 221 tristate "source hashing scheduling" 223 The source hashing scheduling algorithm assigns network 231 tristate "maglev hashing scheduling" 233 The maglev consistent hashing scheduling algorithm provides the 234 Google's Maglev hashing algorithm as a IPVS scheduler. It assigns 236 assigned special hash table called the lookup table. Maglev hashing 240 Through this operation, The maglev hashing gives an almost equal 289 int "IPVS source hashing table size (the Nth power of 2)" [all …]
|
H A D | ip_vs_dh.c | 3 * IPVS: Destination Hashing scheduling module 7 * Inspired by the consistent hashing scheduler patch from 210 * Destination hashing scheduling
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-passlib_1.7.4.bb | 1 SUMMARY = "comprehensive password hashing framework supporting over 30 schemes" 3 Passlib is a password hashing library for Python 2 & 3, which provides cross-platform \ 4 implementations of over 30 password hashing algorithms, as well as a framework for \ 7 hashing for multi-user applications."
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 157 ethtool. Also, rx-flow-hash and rx-hashing was added. The addition of RSS 222 going to control the rx-flow-hashing for all protocols on that interface. 229 # ethtool -K fm1-mac9 rx-hashing off 231 receive-hashing: off 232 # ethtool -K fm1-mac9 rx-hashing on 234 receive-hashing: on 236 receive-hashing: on 238 Please note that Rx hashing depends upon the rx-flow-hashing being on 239 for that interface - turning off rx-flow-hashing will also disable the 240 rx-hashing (without ethtool reporting it as off as that depends on the
|
/openbmc/u-boot/include/ |
H A D | hash.h | 28 * hash_func_ws: Generic hashing function 30 * This is the generic prototype for a hashing function. We only 42 * hash_init: Create the context for progressive hashing 45 * @ctxp: Pointer to the pointer of the context for hashing 50 * hash_update: Perform hashing on the given buffer 55 * @ctx: Pointer to the context for hashing 69 * @ctx: Pointer to the context for hashing
|
H A D | hw_sha.h | 64 * Create the context for sha progressive hashing using h/w acceleration 67 * @ctxp: Pointer to the pointer of the context for hashing 73 * Update buffer for sha progressive hashing using h/w acceleration 78 * @ctx: Pointer to the context for hashing 93 * @ctx: Pointer to the context for hashing
|
/openbmc/u-boot/lib/ |
H A D | Kconfig | 232 menu "Hashing Support" 237 This option enables support of hashing using SHA1 algorithm. 245 This option enables support of hashing using SHA256 algorithm. 259 This option enables support of hashing using SHA512 algorithm. 268 This option enables support of hashing using SHA384 algorithm. 274 bool "Enable hashing using hardware" 276 This option enables hardware acceleration for SHA hashing. 281 bool "Enable Progressive hashing support using hardware" 285 hashing. 286 Data can be streamed in a block at a time and the hashing is
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 53 /* Create the context for progressive hashing using h/w acceleration. 55 * @ctxp: Pointer to the pointer of the context for hashing 70 * Update sg table for progressive hashing using h/w acceleration 75 * @hash_ctx: Pointer to the context for hashing 117 * Perform progressive hashing on the given buffer and copy hash at 122 * @hash_ctx: Pointer to the context for hashing
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-hcu.c | 234 * This function is used to save the current hashing process state in order to 238 * contains the hashing result. So this function is also used to retrieve the 239 * final result of a hashing process. 284 * This function is used to continue a previous hashing process. 359 /* Configure endianness, hashing algorithm and HW HMAC (if needed) */ in ocs_hcu_hw_cfg() 434 * ocs_hcu_ll_dma_start() - Start OCS HCU hashing via DMA 437 * @finalize: Whether or not this is the last hashing operation and therefore 582 * @algo: The hashing algorithm to use. 600 * ocs_hcu_hash_update() - Perform a hashing iteration. 602 * @ctx: The OCS HCU hashing context. [all …]
|
H A D | ocs-hcu.h | 62 * struct ocs_hcu_hash_ctx - Context for OCS HCU hashing operation. 63 * @algo: The hashing algorithm being used.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
H A D | netvsc.rst | 35 hashing. Using L3 hashing is recommended in this case. 39 To include UDP port numbers in hashing:: 43 To exclude UDP port numbers in hashing::
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 30 /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit kernels. */ 158 * hash_for_each_possible - iterate over all possible objects hashing to the 169 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the 181 * hash_for_each_possible_rcu_notrace - iterate over all possible objects hashing 196 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
|
H A D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers. 12 * were actively bad for hashing), but the name remains. 90 /* This really should be called fold32_ptr; it does no hashing to speak of. */
|
/openbmc/linux/tools/include/linux/ |
H A D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers. 12 * were actively bad for hashing), but the name remains. 90 /* This really should be called fold32_ptr; it does no hashing to speak of. */
|
H A D | hashtable.h | 27 /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit kernels. */ 125 * hash_for_each_possible - iterate over all possible objects hashing to the 136 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/ |
H A D | libdigest-hmac-perl_1.05.bb | 1 SUMMARY = "Keyed-Hashing for Message Authentication" 2 DESCRIPTION = "Keyed-Hashing for Message Authentication"
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | img-hash.txt | 3 The hash accelerator provides hardware hashing acceleration for 10 - interrupts : The designated IRQ line for the hashing module.
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | key_gen.h | 11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1, 29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
|
/openbmc/openbmc/poky/meta/recipes-support/gdbm/ |
H A D | gdbm_1.24.bb | 1 SUMMARY = "Key/value database library with extensible hashing" 2 DESCRIPTION = "Library of database functions that use extensible hashing \
|
/openbmc/linux/security/selinux/ |
H A D | netnode.c | 61 * sel_netnode_hashfn_ipv4 - IPv4 hashing function for the node table 65 * This is the IPv4 hashing function for the node interface table, it returns 77 * sel_netnode_hashfn_ipv6 - IPv6 hashing function for the node table 81 * This is the IPv6 hashing function for the node interface table, it returns
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ |
H A D | ipvsadm_1.31.bb | 12 destination-hashing, and source-hashing)."
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cache.h | 38 void disable_sr_hashing(void); /* turns off space register hashing */ 71 /* Classes of processor wrt: disabling space register hashing */
|
/openbmc/linux/security/apparmor/ |
H A D | crypto.c | 112 AA_ERROR("failed to setup profile sha1 hashing: %d\n", error); in init_profile_hash() 118 aa_info_message("AppArmor sha1 policy hashing enabled"); in init_profile_hash()
|
H A D | Kconfig | 77 This option selects whether sha1 hashing of loaded policy 82 these cases policy hashing can be disabled by default and
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | 0001-cargo-do-not-write-host-information-into-compilation.patch | 17 This can possibly be improved by only hashing host info if the build 43 // to consider hashing `unit.kind.short_name()` instead.
|