Home
last modified time | relevance | path

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

123

/linux-6.1.9/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
/linux-6.1.9/arch/arm/crypto/
DMakefile8 obj-$(CONFIG_CRYPTO_SHA1_ARM) += sha1-arm.o
9 obj-$(CONFIG_CRYPTO_SHA1_ARM_NEON) += sha1-arm-neon.o
20 obj-$(CONFIG_CRYPTO_SHA1_ARM_CE) += sha1-arm-ce.o
28 sha1-arm-y := sha1-armv4-large.o sha1_glue.o
29 sha1-arm-neon-y := sha1-armv7-neon.o sha1_neon_glue.o
36 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
/linux-6.1.9/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 …]
/linux-6.1.9/arch/sparc/crypto/
DMakefile6 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
17 sha1-sparc64-y := sha1_asm.o sha1_glue.o
/linux-6.1.9/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
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/
Dpnvm.c37 u32 sha1 = 0; in iwl_pnvm_handle_section() local
73 sha1 = le32_to_cpup((const __le32 *)data); in iwl_pnvm_handle_section()
77 sha1); in iwl_pnvm_handle_section()
165 IWL_INFO(trans, "loaded PNVM version %08x\n", sha1); in iwl_pnvm_handle_section()
/linux-6.1.9/drivers/crypto/
Dpadlock-sha.c503 struct shash_alg *sha1; in padlock_init() local
512 sha1 = &sha1_alg; in padlock_init()
515 sha1 = &sha1_alg_nano; in padlock_init()
519 rc = crypto_register_shash(sha1); in padlock_init()
532 crypto_unregister_shash(sha1); in padlock_init()
/linux-6.1.9/arch/mips/cavium-octeon/crypto/
DMakefile9 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
/linux-6.1.9/arch/x86/crypto/
DMakefile53 obj-$(CONFIG_CRYPTO_SHA1_SSSE3) += sha1-ssse3.o
54 sha1-ssse3-y := sha1_avx2_x86_64_asm.o sha1_ssse3_asm.o sha1_ssse3_glue.o
55 sha1-ssse3-$(CONFIG_AS_SHA1_NI) += sha1_ni_asm.o
/linux-6.1.9/security/apparmor/
DKconfig60 bool "Enable introspection of sha1 hashes for loaded profiles"
77 This option selects whether sha1 hashing of loaded policy
78 is enabled by default. The generation of sha1 hashes for
/linux-6.1.9/tools/testing/ktest/
Dktest.pl2116 my $sha1 = `git rev-list --max-count=1 $commit`;
2119 logit $sha1;
2128 chomp $sha1;
2130 return $sha1;
3485 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3486 $ignored_warnings{$sha1} = 1;
3492 my $sha1 = $item;
3493 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3497 run_command "git checkout $sha1" or
3498 dodie "Failed to checkout $sha1";
[all …]
/linux-6.1.9/Documentation/dev-tools/kunit/
Dusage.rst461 const char *sha1;
467 .sha1 = "2aae6c35c94fcfb415dbe95f408b9ce91ee846ed",
471 .sha1 = "430ce34d020724ed75a196dfc2ad67c77772d169",
476 KUNIT_EXPECT_STREQ_MSG(test, out, cases[i].sha1,
508 const char *sha1;
513 .sha1 = "2aae6c35c94fcfb415dbe95f408b9ce91ee846ed",
517 .sha1 = "430ce34d020724ed75a196dfc2ad67c77772d169",
527 KUNIT_ARRAY_PARAM(sha1, cases, case_to_desc);
538 KUNIT_EXPECT_STREQ_MSG(test, out, test_param->sha1,
/linux-6.1.9/lib/crypto/
DMakefile41 libsha1-y := sha1.o
/linux-6.1.9/Documentation/ABI/testing/
Devm8 HMAC-sha1 value across the extended attributes, storing the
12 an HMAC-sha1 generated locally with a
/linux-6.1.9/tools/perf/tests/shell/
Dbuildid.sh43 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=sha1 -o ${ex_sha1} -x c -
/linux-6.1.9/arch/csky/kernel/vdso/
DMakefile39 -Wl,--build-id=sha1 -Wl,--hash-style=both
/linux-6.1.9/arch/arm64/kernel/vdso/
DMakefile27 -Bsymbolic --build-id=sha1 -n $(btildflags-y)
/linux-6.1.9/arch/riscv/kernel/compat_vdso/
DMakefile40 --build-id=sha1 --hash-style=both --eh-frame-hdr
/linux-6.1.9/arch/riscv/kernel/vdso/
DMakefile52 --build-id=sha1 --hash-style=both --eh-frame-hdr
/linux-6.1.9/arch/s390/kernel/vdso32/
DMakefile26 --hash-style=both --build-id=sha1 -melf_s390 -T
/linux-6.1.9/arch/arm/vdso/
DMakefile22 --hash-style=sysv --build-id=sha1 \
/linux-6.1.9/arch/s390/kernel/vdso64/
DMakefile30 --hash-style=both --build-id=sha1 -T
/linux-6.1.9/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

123