Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-series.sh76 sha1=${sha_n}.${sha} # Enable "sort -k1nr" to list commits in order.
77 echo Starting ${config}/${sha1} at `date` | tee -a $T/log
79 …sts/rcutorture/bin/kvm.sh --configs "$config" --datestamp "$ds/${config}/${sha1}" --duration 1 "$@"
84 faillist="$faillist ${config}/${sha1}(${curret})"
87 successlist="$successlist ${config}/${sha1}"
89 rm -f ${RCUTORTURE}/$ds/${config}/${sha1}/{vmlinux,bzImage,System.map,Module.symvers}
/linux/lib/crypto/
H A DMakefile211 libsha1-y := sha1.o
215 libsha1-y += arm/sha1-armv4-large.o
216 libsha1-$(CONFIG_KERNEL_MODE_NEON) += arm/sha1-armv7-neon.o \
217 arm/sha1-ce-core.o
219 libsha1-$(CONFIG_ARM64) += arm64/sha1-ce-core.o
221 libsha1-y += powerpc/sha1-powerpc-asm.o
222 libsha1-$(CONFIG_SPE) += powerpc/sha1-spe-asm.o
225 libsha1-$(CONFIG_X86) += x86/sha1-ssse3-and-avx.o \
226 x86/sha1-avx2-asm.o \
227 x86/sha1-ni-asm.o
H A Dsha1.c229 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1() function
237 EXPORT_SYMBOL_GPL(sha1);
249 sha1(raw_key, raw_key_len, derived_key.b); in __hmac_sha1_preparekey()
/linux/tools/perf/tests/
H A Dutil.c48 sha1(data, i, &digests[i * SHA1_DIGEST_SIZE]); in test_sha1()
51 sha1(digests, digests_size, digest_of_digests); in test_sha1()
/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/tools/perf/util/
H A Dsha1.h6 void sha1(const void *data, size_t len, u8 out[SHA1_DIGEST_SIZE]);
H A Dsha1.c79 void sha1(const void *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1() function
/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/Documentation/ABI/testing/
H A Devm8 HMAC-sha1 value across the extended attributes, storing the
12 an HMAC-sha1 generated locally with a
/linux/arch/arm/vdso/
H A DMakefile20 --hash-style=sysv --build-id=sha1 \
/linux/include/crypto/
H A Dsha1.h97 void sha1(const u8 *data, size_t len, u8 out[at_least SHA1_DIGEST_SIZE]);
/linux/net/sunrpc/
H A DKconfig47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and
48 aes256-cts-hmac-sha1-96.
/linux/arch/riscv/kernel/compat_vdso/
H A DMakefile44 --build-id=sha1 --hash-style=both --eh-frame-hdr
/linux/arch/arm64/kernel/vdso/
H A DMakefile25 -Bsymbolic --build-id=sha1 -n $(btildflags-y)
/linux/arch/riscv/kernel/vdso/
H A DMakefile63 --build-id=sha1 --eh-frame-hdr
/linux/arch/s390/kernel/vdso/
H A DMakefile33 --hash-style=both --build-id=sha1 -T
/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
/linux/crypto/
H A Dsha1.c95 sha1(data, len, out); in crypto_sha1_digest()
/linux/arch/arm64/kernel/vdso32/
H A DMakefile90 VDSO_LDFLAGS += -shared --build-id=sha1
/linux/tools/perf/tests/shell/
H A Dbuildid.sh97 cc -Wl,--build-id=sha1 ${ex_source} -o ${ex_sha1} -x c -
/linux/tools/testing/selftests/net/
H A Dxfrm_policy.sh52 …ate add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunn…
53 …ate add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunne…
/linux/arch/x86/entry/vdso/
H A DMakefile158 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 --no-undefined \

123