| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-series.sh | 93 sha1=${sha_n}.${sha} # Enable "sort -k1nr" to list commits in order. 95 echo Starting ${config}/${sha1} "($((nbuilt+1)) of ${n2build})" at `date` | tee -a $T/log 97 tools/testing/selftests/rcutorture/bin/kvm.sh --configs "$config" --datestamp "$ds/${config}/${sha1}" --duration 1 --build-only --trust-make "$@" 102 buildfaillist="$buildfaillist ${config}/${sha1}(${curret})" 104 batchncpus="`grep -v "^# cpus=" "${DS}/${config}/${sha1}/batches" | awk '{ sum += $3 } END { print sum }'`" 105 echo run_one_qemu ${sha_n} ${config}/${sha1} ${batchncpus} >> $T/torunlist 108 ncpus="`grep "^# cpus=" "${DS}/${config}/${sha1}/batches" | sed -e 's/^# cpus=//'`" 182 # run_one_qemu sha_n config/sha1 batchncpus 185 # is config/sha1 and which uses batchncpus CPUs. Once we reach a job that
|
| /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/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/tools/testing/ktest/ |
| H A D | ktest.pl | 2227 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/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/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/net/sunrpc/ |
| H A D | Kconfig | |
| /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 | 18 #include <crypto/sha1.h> 61 } sha1;
|
| /linux/crypto/ |
| H A D | sha1.c | 95 sha1(data, len, out); in crypto_sha1_digest()
|
| /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/security/integrity/evm/ |
| H A D | evm_crypto.c | 39 static const char evm_hmac[] = "hmac(sha1)"; 395 data.hdr.xattr.sha1.type = EVM_XATTR_HMAC; in evm_update_evmxattr()
|
| /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> ]
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_flowtable.sh | 807 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/Documentation/security/ |
| H A D | IMA-templates.rst | 10 and pathname. The filedata hash is limited to 20 bytes (md5/sha1).
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 723 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()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-sysfs.c | 488 PCR_ATTR_BUILD(TPM_ALG_SHA1, sha1);
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 139 Example of transformations: crc32, md5, sha1, sha256,...
|
| /linux/security/integrity/ima/ |
| H A D | ima_appraise.c | 100 iint->ima_hash->xattr.sha1.type = IMA_XATTR_DIGEST; in ima_fix_xattr()
|