| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-unpack.sh | 84 HASH="" 93 HASH="${HASH}${HEX}" 97 if [ "${CSUM}" == "${HASH}" -o ${SIZE} -eq 0 ]; then
|
| /OK3568_Linux_fs/kernel/scripts/atomic/ |
| H A D | gen-atomics.sh | 18 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 D | main.c | 24 HASH, enumerator 67 {"hash", 0, NULL, HASH}, in main() 101 case HASH: in main()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/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}
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gen-random-seed.sh | 7 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 D | nh-sse2-x86_64.S | 31 #define HASH %rcx macro 120 movdqu T0, 0x00(HASH) 121 movdqu T1, 0x10(HASH)
|
| H A D | nh-avx2-x86_64.S | 37 #define HASH %rcx macro 155 vmovdqu T0, (HASH)
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | nh-neon-core.S | 15 HASH .req x3 101 st1 {T0.16b,T1.16b}, [HASH]
|
| /OK3568_Linux_fs/buildroot/board/rockchip/common/security-ramdisk-overlay/ |
| H A D | init.in | 87 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 D | init.in | 87 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 D | nh-neon-core.S | 18 HASH .req r3 114 vst1.8 {T0-T1}, [HASH]
|
| /OK3568_Linux_fs/kernel/tools/perf/include/bpf/ |
| H A D | bpf.h | 43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
|
| /OK3568_Linux_fs/kernel/drivers/crypto/stm32/ |
| H A D | Kconfig | 21 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 D | 0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | 22 - HASH ${OPENCV_ICV_HASH}
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ux500/ |
| H A D | Kconfig | 18 tristate "UX500 crypto driver for HASH block"
|
| /OK3568_Linux_fs/kernel/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() 146 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 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 D | wifi-test-suite_git.bb | 22 # Fix GNU HASH error
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_policy.c | 44 #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 D | Kconfig | 462 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 D | stmmac.rst | 77 - 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 D | 0001-geninfo-Add-intermediate-text-format-support.patch | 753 +# Transform all keys of HASH to absolute form and apply requested 787 +# Remove unwanted source file data from HASH.
|