Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 25 of 63) sorted by relevance

123

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-series.sh92 sha1=${sha_n}.${sha} # Enable "sort -k1nr" to list commits in order.
94 echo Starting ${config}/${sha1} "($((nbuilt+1)) of ${n2build})" at `date` | tee -a $T/log
96 …ts/rcutorture/bin/kvm.sh --configs "$config" --datestamp "$ds/${config}/${sha1}" --duration 1 --bu…
101 buildfaillist="$buildfaillist ${config}/${sha1}(${curret})"
104 echo run_one_qemu ${sha_n} ${config}/${sha1} ${batchncpus} >> $T/torunlist
/linux/lib/crypto/
H A DMakefile269 libsha1-y := sha1.o
273 libsha1-y += arm/sha1-armv4-large.o
274 libsha1-$(CONFIG_KERNEL_MODE_NEON) += arm/sha1-armv7-neon.o \
275 arm/sha1-ce-core.o
277 libsha1-$(CONFIG_ARM64) += arm64/sha1-ce-core.o
279 libsha1-y += powerpc/sha1-powerpc-asm.o
280 libsha1-$(CONFIG_SPE) += powerpc/sha1-spe-asm.o
283 libsha1-$(CONFIG_X86) += x86/sha1-ssse3-and-avx.o \
284 x86/sha1-avx2-asm.o \
285 x86/sha1-ni-asm.o
H A Dsha1.c200 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1() function
208 EXPORT_SYMBOL_GPL(sha1);
220 sha1(raw_key, raw_key_len, derived_key.b); in __hmac_sha1_preparekey()
/linux/drivers/crypto/
H A Dpadlock-sha.c329 struct shash_alg *sha1; in padlock_init() local
345 sha1 = &sha1_alg; in padlock_init()
348 sha1 = &sha1_alg_nano; in padlock_init()
352 rc = crypto_register_shash(sha1); in padlock_init()
365 crypto_unregister_shash(sha1); in padlock_init()
/linux/lib/crypto/arm64/
H A Dsha1-ce-core.S39 sha1\op dg0q, \dg1, t0.4s
41 sha1\op dg0q, dg1s, t0.4s
48 sha1\op dg0q, dg2s, t1.4s
/linux/tools/testing/ktest/
H A Dktest.pl2178 my $sha1 = `git rev-list --max-count=1 $commit`;
2181 logit $sha1;
2190 chomp $sha1;
2192 return $sha1;
3557 my $sha1 = $l;
3558 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3559 next if (defined($skip_list{$sha1}));
3566 my $sha1 = $l;
3567 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3568 next if (!defined($skip_list{$sha1}));
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dpnvm.c41 u32 sha1 = 0; in iwl_pnvm_handle_section() local
75 sha1 = le32_to_cpup((const __le32 *)data); in iwl_pnvm_handle_section()
79 sha1); in iwl_pnvm_handle_section()
80 pnvm_data->version = sha1; in iwl_pnvm_handle_section()
/linux/lib/crypto/arm/
H A Dsha1-ce-core.S42 sha1\op\().32 dg0, dg1a\ev, ta\ev
44 sha1\op\().32 dg0, \dg1, ta\ev
/linux/lib/crypto/tests/
H A Dsha1_kunit.c8 #define HASH sha1
/linux/net/ipv6/
H A Dseg6_hmac.c151 hmac_sha1(&hinfo->key.sha1, ring, plen, output); in seg6_hmac_compute()
242 hmac_sha1_preparekey(&hinfo->key.sha1, in seg6_hmac_info_add()
/linux/include/net/
H A Dseg6_hmac.h37 struct hmac_sha1_key sha1; member
/linux/Documentation/ABI/testing/
H A Devm8 HMAC-sha1 value across the extended attributes, storing the
12 an HMAC-sha1 generated locally with a
/linux/net/sunrpc/
H A DKconfig47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and
48 aes256-cts-hmac-sha1-96.
/linux/include/crypto/
H A Dsha1.h87 void sha1(const u8 *data, size_t len, u8 out[at_least SHA1_DIGEST_SIZE]);
/linux/arch/arm/vdso/
H A DMakefile20 --hash-style=sysv --build-id=sha1 \
/linux/arch/csky/kernel/vdso/
H A DMakefile32 -Wl,--build-id=sha1 -Wl,--hash-style=both
/linux/Documentation/translations/zh_CN/security/
H A DIMA-templates.rst18 哈希值限制为20字节(md5/sha1)。路径名是一个以空字符终止的字符串,长度限
/linux/arch/arm64/kernel/vdso/
H A DMakefile25 -Bsymbolic --build-id=sha1 -n $(btildflags-y)
/linux/arch/riscv/kernel/compat_vdso/
H A DMakefile44 --build-id=sha1 --hash-style=both --eh-frame-hdr
/linux/arch/x86/entry/vdso/common/
H A DMakefile.include64 VDSO_LDFLAGS := -shared --hash-style=both --build-id=sha1 --no-undefined \
/linux/arch/s390/kernel/vdso/
H A DMakefile33 --hash-style=both --build-id=sha1 -T
/linux/arch/riscv/kernel/vdso/
H A DMakefile83 --build-id=sha1 --eh-frame-hdr
/linux/Documentation/crypto/
H A Darchitecture.rst48 - sha1
50 - hmac(sha1)
52 - authenc(hmac(sha1),cbc(aes))
54 In these examples, "aes" and "sha1" are the ciphers and all others are
/linux/security/integrity/
H A Dintegrity.h60 } sha1;
/linux/arch/sparc/vdso/
H A DMakefile107 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 -Bsymbolic --no-undefined

123