| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-series.sh | 92 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 tools/testing/selftests/rcutorture/bin/kvm.sh --configs "$config" --datestamp "$ds/${config}/${sha1}" --duration 1 --build-only --trust-make "$@" 101 buildfaillist="$buildfaillist ${config}/${sha1}(${curret})" 103 batchncpus="`grep -v "^# cpus=" "${DS}/${config}/${sha1}/batches" | awk '{ sum += $3 } END { print sum }'`" 104 echo run_one_qemu ${sha_n} ${config}/${sha1} ${batchncpus} >> $T/torunlist 107 ncpus="`grep "^# cpus=" "${DS}/${config}/${sha1}/batches" | sed -e 's/^# cpus=//'`" 181 # run_one_qemu sha_n config/sha1 batchncpus 184 # is config/sha1 and which uses batchncpus CPUs. Once we reach a job that
|
| /linux/lib/crypto/ |
| H A D | Makefile | 269 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 D | sha1.c | 7 #include <crypto/sha1.h> 129 #include "sha1.h" /* $(SRCARCH)/sha1.h */ 200 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1_update() 208 EXPORT_SYMBOL_GPL(sha1); in __sha1_final() 220 sha1(raw_key, raw_key_len, derived_key.b); in __sha1_final() 323 panic("sha1: FIPS self-test failed\n"); in hmac_sha1_usingrawkey() 229 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) sha1() function
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 329 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 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/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | pnvm.c | 41 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 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/net/ipv6/ |
| H A D | seg6_hmac.c | 151 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/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/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/arm/vdso/ |
| H A D | Makefile | 20 --hash-style=sysv --build-id=sha1 \
|
| /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/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/Documentation/crypto/ |
| H A D | api-samples.rst | 139 char *hash_alg_name = "sha1-padlock-nano";
|
| /linux/Documentation/process/ |
| H A D | stable-kernel-rules.rst | 158 commit <sha1> upstream. 162 [ Upstream commit <sha1> ]
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | stable-kernel-rules.rst | 169 commit <sha1> upstream. 173 [ Upstream commit <sha1> ]
|