Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/u-boot/scripts/
H A Dfit-unpack.sh84 HASH=""
93 HASH="${HASH}${HEX}"
97 if [ "${CSUM}" == "${HASH}" -o ${SIZE} -eq 0 ]; then
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Dgen-atomics.sh18 HASH="$(sha1sum ${LINUXDIR}/include/${header})"
19 HASH="${HASH%% *}"
20 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dmain.c24 HASH, enumerator
67 {"hash", 0, NULL, HASH}, in main()
101 case HASH: in main()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Ddevel-algos.rst9 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dbreakpad.bbclass28HASH=$(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}
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgen-random-seed.sh7 HASH=`echo -n "$SEED" | sha256sum | cut -d" " -f1 | tr -d ' \n'`
8 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dnh-sse2-x86_64.S31 #define HASH %rcx macro
120 movdqu T0, 0x00(HASH)
121 movdqu T1, 0x10(HASH)
H A Dnh-avx2-x86_64.S37 #define HASH %rcx macro
155 vmovdqu T0, (HASH)
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dnh-neon-core.S15 HASH .req x3
101 st1 {T0.16b,T1.16b}, [HASH]
/OK3568_Linux_fs/buildroot/board/rockchip/common/security-ramdisk-overlay/
H A Dinit.in87 HASH=
125 …{OFFSET} create vroot /dev/block/by-name/system /dev/block/by-name/system ${HASH} > /dev/null 2>&1
/OK3568_Linux_fs/buildroot/board/forlinx/common/security-ramdisk-overlay/
H A Dinit.in87 HASH=
125 …{OFFSET} create vroot /dev/block/by-name/system /dev/block/by-name/system ${HASH} > /dev/null 2>&1
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dnh-neon-core.S18 HASH .req r3
114 vst1.8 {T0-T1}, [HASH]
/OK3568_Linux_fs/kernel/tools/perf/include/bpf/
H A Dbpf.h43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A DKconfig21 This enables support for the HASH hw accelerator which can be found
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch22 - HASH ${OPENCV_ICV_HASH}
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/
H A DKconfig18 tristate "UX500 crypto driver for HASH block"
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_vti.c53 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()
146 h = HASH(remote, local); in vti6_tnl_bucket()
H A Dsit.c62 #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 Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
147 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
165 hash = HASH(&any, local); in ip6_tnl_lookup()
178 hash = HASH(remote, &any); in ip6_tnl_lookup()
226 h = HASH(remote, local); in ip6_tnl_bucket()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/
H A Dwifi-test-suite_git.bb22 # Fix GNU HASH error
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c44 #define HASH 0x0100 macro
1196 entry->action = HASH; in ima_parse_rule()
1657 if (entry->action & HASH) in ima_policy_show()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A DKconfig462 bool "Support for Samsung Exynos HASH accelerator"
469 Select this to offload Exynos from HASH MD5/SHA1/SHA256.
472 HASH algorithms will be disabled if EXYNOS_RNG
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT)
80 - HASH Filtering (Multicast)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0001-geninfo-Add-intermediate-text-format-support.patch753 +# Transform all keys of HASH to absolute form and apply requested
787 +# Remove unwanted source file data from HASH.

12