| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-series.sh | 76 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 D | Makefile | 211 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 D | sha1.c | 229 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 D | util.c | 48 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 D | sha1-ce-core.S | 39 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 D | ktest.pl | 2178 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 D | sha1.h | 6 void sha1(const void *data, size_t len, u8 out[SHA1_DIGEST_SIZE]);
|
| H A D | sha1.c | 79 void sha1(const void *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1() function
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-ce-core.S | 42 sha1\op\().32 dg0, dg1a\ev, ta\ev 44 sha1\op\().32 dg0, \dg1, ta\ev
|
| /linux/lib/crypto/tests/ |
| H A D | sha1_kunit.c | 8 #define HASH sha1
|
| /linux/Documentation/ABI/testing/ |
| H A D | evm | 8 HMAC-sha1 value across the extended attributes, storing the 12 an HMAC-sha1 generated locally with a
|
| /linux/arch/arm/vdso/ |
| H A D | Makefile | 20 --hash-style=sysv --build-id=sha1 \
|
| /linux/include/crypto/ |
| H A D | sha1.h | 97 void sha1(const u8 *data, size_t len, u8 out[at_least SHA1_DIGEST_SIZE]);
|
| /linux/net/sunrpc/ |
| H A D | Kconfig | 47 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 D | Makefile | 44 --build-id=sha1 --hash-style=both --eh-frame-hdr
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | Makefile | 25 -Bsymbolic --build-id=sha1 -n $(btildflags-y)
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | Makefile | 63 --build-id=sha1 --eh-frame-hdr
|
| /linux/arch/s390/kernel/vdso/ |
| H A D | Makefile | 33 --hash-style=both --build-id=sha1 -T
|
| /linux/security/integrity/ |
| H A D | integrity.h | 60 } sha1;
|
| /linux/arch/sparc/vdso/ |
| H A D | Makefile | 107 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 -Bsymbolic --no-undefined
|
| /linux/crypto/ |
| H A D | sha1.c | 95 sha1(data, len, out); in crypto_sha1_digest()
|
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 90 VDSO_LDFLAGS += -shared --build-id=sha1
|
| /linux/tools/perf/tests/shell/ |
| H A D | buildid.sh | 97 cc -Wl,--build-id=sha1 ${ex_source} -o ${ex_sha1} -x c -
|
| /linux/tools/testing/selftests/net/ |
| H A D | xfrm_policy.sh | 52 …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 D | Makefile | 158 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 --no-undefined \
|