Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/arch/powerpc/crypto/
DMakefile10 obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
19 sha1-powerpc-y := sha1-powerpc-asm.o sha1.o
20 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
/kernel/linux/linux-5.10/arch/arm/crypto/
DMakefile8 obj-$(CONFIG_CRYPTO_SHA1_ARM) += sha1-arm.o
9 obj-$(CONFIG_CRYPTO_SHA1_ARM_NEON) += sha1-arm-neon.o
18 obj-$(CONFIG_CRYPTO_SHA1_ARM_CE) += sha1-arm-ce.o
26 sha1-arm-y := sha1-armv4-large.o sha1_glue.o
27 sha1-arm-neon-y := sha1-armv7-neon.o sha1_neon_glue.o
32 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
Dsha1-ce-core.S42 sha1\op\().32 dg0, dg1a\ev, ta\ev
44 sha1\op\().32 dg0, \dg1, ta\ev
/kernel/linux/linux-5.10/drivers/net/ppp/
Dppp_mppe.c93 struct shash_desc *sha1; member
133 crypto_shash_init(state->sha1); in get_new_key_from_sha()
134 crypto_shash_update(state->sha1, state->master_key, in get_new_key_from_sha()
136 crypto_shash_update(state->sha1, sha_pad->sha_pad1, in get_new_key_from_sha()
138 crypto_shash_update(state->sha1, state->session_key, in get_new_key_from_sha()
140 crypto_shash_update(state->sha1, sha_pad->sha_pad2, in get_new_key_from_sha()
142 crypto_shash_final(state->sha1, state->sha1_digest); in get_new_key_from_sha()
191 state->sha1 = kmalloc(sizeof(*state->sha1) + in mppe_alloc()
194 if (!state->sha1) { in mppe_alloc()
198 state->sha1->tfm = shash; in mppe_alloc()
[all …]
/kernel/linux/linux-5.10/arch/arm64/crypto/
DMakefile8 obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o
9 sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o
Dsha1-ce-core.S39 sha1\op dg0q, \dg1, t0.4s
41 sha1\op dg0q, dg1s, t0.4s
48 sha1\op dg0q, dg2s, t1.4s
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
Dpnvm.c38 u32 sha1 = 0; in iwl_pnvm_handle_section() local
74 sha1 = le32_to_cpup((__le32 *)data); in iwl_pnvm_handle_section()
78 sha1); in iwl_pnvm_handle_section()
166 IWL_INFO(trans, "loaded PNVM version 0x%0x\n", sha1); in iwl_pnvm_handle_section()
/kernel/linux/linux-5.10/arch/sparc/crypto/
DMakefile6 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
17 sha1-sparc64-y := sha1_asm.o sha1_glue.o
/kernel/linux/linux-5.10/security/apparmor/
DKconfig21 bool "Enable introspection of sha1 hashes for loaded profiles"
35 This option selects whether sha1 hashing of loaded policy
36 is enabled by default. The generation of sha1 hashes for
/kernel/linux/linux-5.10/drivers/crypto/
Dpadlock-sha.c502 struct shash_alg *sha1; in padlock_init() local
511 sha1 = &sha1_alg; in padlock_init()
514 sha1 = &sha1_alg_nano; in padlock_init()
518 rc = crypto_register_shash(sha1); in padlock_init()
531 crypto_unregister_shash(sha1); in padlock_init()
/kernel/linux/linux-5.10/arch/x86/crypto/
DMakefile57 obj-$(CONFIG_CRYPTO_SHA1_SSSE3) += sha1-ssse3.o
58 sha1-ssse3-y := sha1_avx2_x86_64_asm.o sha1_ssse3_asm.o sha1_ssse3_glue.o
59 sha1-ssse3-$(CONFIG_AS_SHA1_NI) += sha1_ni_asm.o
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
DMakefile9 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
/kernel/linux/linux-5.10/tools/testing/ktest/
Dktest.pl2056 my $sha1 = `git rev-list --max-count=1 $commit`;
2059 logit $sha1;
2068 chomp $sha1;
2070 return $sha1;
3454 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3455 $ignored_warnings{$sha1} = 1;
3461 my $sha1 = $item;
3462 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3466 run_command "git checkout $sha1" or
3467 dodie "Failed to checkout $sha1";
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/shell/
Dbuildid.sh20 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=sha1 -o ${ex_sha1} -x c -
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Devm7 HMAC-sha1 value across the extended attributes, storing the
11 an HMAC-sha1 generated locally with a
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
DMakefile27 -Bsymbolic $(call ld-option, --no-eh-frame-hdr) --build-id=sha1 -n \
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
DMakefile28 --hash-style=both --build-id=sha1 -T
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
DMakefile47 --build-id=sha1 --hash-style=both --eh-frame-hdr
/kernel/linux/linux-5.10/arch/arm/vdso/
DMakefile22 --hash-style=sysv --build-id=sha1 \
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
Dnft_flowtable.sh391 …ate add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunne…
392 …ate add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunne…
/kernel/linux/linux-5.10/Documentation/sphinx/
Dkfigure.py51 from hashlib import sha1
439 fname = path.join('%s-%s' % (srclang, sha1(hashobj).hexdigest()))
/kernel/linux/linux-5.10/security/integrity/
Dintegrity.h103 } sha1; member
/kernel/linux/linux-5.10/Documentation/crypto/
Darchitecture.rst48 - sha1
50 - hmac(sha1)
52 - authenc(hmac(sha1),cbc(aes))
54 In these examples, "aes" and "sha1" are the ciphers and all others are
/kernel/linux/linux-5.10/arch/sparc/vdso/
DMakefile116 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 -Bsymbolic
/kernel/linux/linux-5.10/Documentation/security/keys/
Dtrusted-encrypted.rst67 allowed value is sha1. For TPM 2.x the allowed values
68 are sha1, sha256, sha384, sha512 and sm3-256.

123