Home
last modified time | relevance | path

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

12

/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 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 DMakefile285 libsha1-y := sha1.o
289 libsha1-y += arm/sha1-armv4-large.o
290 libsha1-$(CONFIG_KERNEL_MODE_NEON) += arm/sha1-armv7-neon.o \
291 arm/sha1-ce-core.o
293 libsha1-$(CONFIG_ARM64) += arm64/sha1-ce-core.o
295 libsha1-y += powerpc/sha1-powerpc-asm.o
296 libsha1-$(CONFIG_SPE) += powerpc/sha1-spe-asm.o
299 libsha1-$(CONFIG_X86) += x86/sha1-ssse3-and-avx.o \
300 x86/sha1-avx2-asm.o \
301 x86/sha1-ni-asm.o
/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/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/tools/testing/ktest/
H A Dktest.pl2227 my $sha1 = `git rev-list --max-count=1 $commit`;
2230 logit $sha1;
2239 chomp $sha1;
2241 return $sha1;
3606 my $sha1 = $l;
3607 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3608 next if (defined($skip_list{$sha1}));
3615 my $sha1 = $l;
3616 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3617 next if (!defined($skip_list{$sha1}));
[all …]
/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/net/sunrpc/
H A DKconfig47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and
48 aes256-cts-hmac-sha1-96.
/linux/arch/arm/vdso/
H A DMakefile20 --hash-style=sysv --build-id=sha1 \
/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/s390/kernel/vdso/
H A DMakefile33 --hash-style=both --build-id=sha1 -T
/linux/security/integrity/
H A Dintegrity.h18 #include <crypto/sha1.h>
61 } sha1;
/linux/crypto/
H A Dsha1.c95 sha1(data, len, out); in crypto_sha1_digest()
/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/Documentation/crypto/
H A Dapi-samples.rst139 char *hash_alg_name = "sha1-padlock-nano";
/linux/Documentation/process/
H A Dstable-kernel-rules.rst158 commit <sha1> upstream.
162 [ Upstream commit <sha1> ]
/linux/Documentation/translations/it_IT/process/
H A Dstable-kernel-rules.rst169 commit <sha1> upstream.
173 [ Upstream commit <sha1> ]
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh807 ip -net "$ns" xfrm state add src "$remote" dst "$me" proto esp spi "$spi_in" enc aes "$KEY_AES" auth sha1 "$KEY_SHA" mode tunnel sel src "$rnet" dst "$lnet"
808 ip -net "$ns" xfrm state add src "$me" dst "$remote" proto esp spi "$spi_out" enc aes "$KEY_AES" auth sha1 "$KEY_SHA" mode tunnel sel src "$lnet" dst "$rnet"
/linux/security/integrity/evm/
H A Devm_crypto.c39 static const char evm_hmac[] = "hmac(sha1)";
395 data.hdr.xattr.sha1.type = EVM_XATTR_HMAC; in evm_update_evmxattr()
/linux/arch/mips/vdso/
H A DMakefile57 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
/linux/Documentation/driver-api/mtd/
H A Dspi-nor.rst39 2) Dump the sysfs entries and print the md5/sha1/sha256 SFDP checksum::
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c723 struct sha1_state *sha1; in swap_pad() local
727 sha1 = (struct sha1_state *)pad; in swap_pad()
728 swap_data32(sha1->state, SHA1_DIGEST_SIZE); in swap_pad()

12