Home
last modified time | relevance | path

Searched full:hashing (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-passlib_1.7.4.bb1 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."
H A Dpython3-eth-hash_0.7.1.bb1 SUMMARY = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3"
/openbmc/u-boot/include/
H A Dhash.h28 * 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 Dhw_sha.h64 * 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
H A Dbootm.h56 * Measure the boot images. Measurement is the process of hashing some binary
/openbmc/u-boot/lib/
H A DKconfig232 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 Dfsl_hash.c53 /* 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/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/
H A Dlibdigest-hmac-perl_1.05.bb1 SUMMARY = "Keyed-Hashing for Message Authentication"
2 DESCRIPTION = "Keyed-Hashing for Message Authentication"
/openbmc/openbmc/poky/meta/recipes-support/gdbm/
H A Dgdbm_1.24.bb1 SUMMARY = "Key/value database library with extensible hashing"
2 DESCRIPTION = "Library of database functions that use extensible hashing \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/
H A Dipvsadm_1.31.bb12 destination-hashing, and source-hashing)."
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-bcrypt_4.3.0.bb1 SUMMARY = "Modern password hashing for your software and your servers."
/openbmc/u-boot/doc/usage/
H A Dmeasured_boot.rst6 U-Boot can perform a measured boot, the process of hashing various components
/openbmc/sdbusplus/include/sdbusplus/server/
H A DREADME.md5 **What is _transaction id_** - A unique identifier created by hashing the bus
/openbmc/openbmc/meta-security/recipes-security/fscryptctl/
H A Dfscryptctl_1.1.0.bb5 generation, key wrapping, PAM integration, and passphrase hashing, see \
/openbmc/u-boot/include/linux/
H A Dlibfdt.h100 * This function can be used to produce a byte-stream to send to a hashing
109 * ensures that we capture the names of the subnodes. In a hashing situation
169 * This function can be used to produce a byte-stream to send to a hashing
205 * The subnode feature helps in a hashing situation since it prevents the
/openbmc/openbmc/meta-security/recipes-security/libmhash/
H A Dlibmhash_0.9.9.9.bb1 SUMMARY = "Library of hashing algorithms."
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/
H A DMeasurementSet.interface.yaml38 The hashing algorithm used for generating the cryptographic
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0001-Hash-fix-for-MIPS64-and-AARCH64.patch7 values. The hashing function is designed only for 32-bit values.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DBond.interface.yaml44 Transmit based on selectable hashing algorithm. The default
/openbmc/qemu/hw/hppa/
H A Dhppa_hardware.h78 /* space register hashing */
/openbmc/qemu/accel/tcg/
H A Dtb-hash.h56 /* In user-mode we can get better hashing because we do not have a TLB */
/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py24 Tests run with both SHA1 and SHA256 hashing.
133 for both hashing algorithms.
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_private.h103 /* Name hashing routines. Initial hash value */
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt223 bt2 d * 9.5 + 4MB Binary Tree with 2 bytes hashing.
224 bt3 d * 11.5 + 4MB Binary Tree with 3 bytes hashing.
225 bt4 d * 11.5 + 4MB Binary Tree with 4 bytes hashing.
226 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
/openbmc/u-boot/board/freescale/ls1088a/
H A Dddr.c102 /* Enable DDR hashing */ in fsl_ddr_board_options()

1234