/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-akcipher.c | 43 #define HASH QCRYPTO_HASH_ALGO_SHA1 in test_rsa_speed() macro 46 create_rsa_akcipher(priv_key, keylen, PADDING, HASH); in test_rsa_speed() 57 QCryptoHashAlgo_str(HASH)); in test_rsa_speed() 68 QCryptoHashAlgo_str(HASH), in test_rsa_speed() 74 QCryptoHashAlgo_str(HASH)); in test_rsa_speed() 85 QCryptoHashAlgo_str(HASH), in test_rsa_speed()
|
/openbmc/linux/scripts/atomic/ |
H A D | gen-atomics.sh | 17 HASH="$(sha1sum ${LINUXDIR}/include/${header})" 18 HASH="${HASH%% *}" 19 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
|
/openbmc/linux/scripts/ |
H A D | gen-randstruct-seed.sh | 6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1) 7 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 207.out | 45 Job failed: remote host key fingerprint 'md5:HASH' does not match host_key_check 'md5:wrong' 49 …0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "… 62 Job failed: remote host key fingerprint 'sha1:HASH' does not match host_key_check 'sha1:wrong' 66 …0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "… 79 Job failed: remote host key fingerprint 'sha256:HASH' does not match host_key_check 'sha256:wrong' 83 …0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "…
|
H A D | 176.out | 208 {"return": {"sha256": HASH}} 258 {"return": {"sha256": HASH}} 308 {"return": {"sha256": HASH}} 355 {"return": {"sha256": HASH}}
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | breakpad.bbclass | 28 … HASH=$(head -n1 ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}.sym | rev | cut -d ' ' -f2 | rev) 29 mkdir -p ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}/${HASH} 30 …usr/share/breakpad-syms/${BREAKPAD_BIN}.sym ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}/${HASH}
|
/openbmc/linux/Documentation/crypto/ |
H A D | devel-algos.rst | 9 while the other two are specific to HASH transformations and 136 Hashing [HASH] 144 There are multiple ways to register a HASH transformation, depending on 146 [AHASH] and the amount of HASH transformations we are registering. You 157 The respective counterparts for unregistering the HASH transformation 184 '----' '---> HASH 190 '----' '---> HASH 196 '---------------> HASH 233 Specifics Of Asynchronous HASH Transformation
|
/openbmc/linux/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 32 #define HASH %rcx macro 121 movdqu T0, 0x00(HASH) 122 movdqu T1, 0x10(HASH)
|
H A D | nh-avx2-x86_64.S | 38 #define HASH %rcx macro 156 vmovdqu T0, (HASH)
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | nh-neon-core.S | 16 HASH .req x3 102 st1 {T0.16b,T1.16b}, [HASH]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | nh-neon-core.S | 18 HASH .req r3 114 vst1.8 {T0-T1}, [HASH]
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | Kconfig | 23 This enables support for the HASH hw accelerator which can be found
|
/openbmc/u-boot/drivers/dfu/ |
H A D | Kconfig | 9 select HASH
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_vti.c | 53 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function 92 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup() 105 hash = HASH(&any, local); in vti6_tnl_lookup() 112 hash = HASH(remote, &any); in vti6_tnl_lookup() 147 h = HASH(remote, local); in vti6_tnl_bucket()
|
H A D | sit.c | 62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro 101 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() 102 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup() 145 h ^= HASH(remote); in __ipip6_bucket() 149 h ^= HASH(local); in __ipip6_bucket()
|
H A D | ip6_tunnel.c | 70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function 117 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup() 135 hash = HASH(&any, local); in ip6_tnl_lookup() 148 hash = HASH(remote, &any); in ip6_tnl_lookup() 197 h = HASH(remote, local); in ip6_tnl_bucket()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/ |
H A D | wifi-test-suite_10.10.1.bb | 23 # Fix GNU HASH error
|
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 437 my $HASH; 438 …open($HASH, "-|", "git", "log", "--reverse", "--no-merges", "--no-mailmap", "--format=%H %s", $ARG… 441 for my $line (<$HASH>) { 450 close $HASH;
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 71 processors don't have a HASH MMU and provide SW TLB loading. 74 bool "Support for 604+ HASH MMU" if PPC_BOOK3S_603 79 Those processors have a HASH MMU.
|
/openbmc/linux/drivers/net/usb/ |
H A D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
/openbmc/linux/drivers/crypto/ |
H A D | Kconfig | 340 bool "Support for Samsung Exynos HASH accelerator" 347 Select this to offload Exynos from HASH MD5/SHA1/SHA256. 350 HASH algorithms will be disabled if EXYNOS_RNG
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_policy.c | 48 #define HASH 0x0100 macro 1485 entry->action = HASH; in ima_parse_rule() 2098 if (entry->action & HASH) in ima_policy_show()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT) 80 - HASH Filtering (Multicast)
|
/openbmc/linux/net/atm/ |
H A D | lec.c | 1228 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro 1285 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add() 1522 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
|
/openbmc/u-boot/doc/imx/habv4/ |
H A D | introduction_habv4.txt | 51 | +----------+ HASH \ /
|