Home
last modified time | relevance | path

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

12345678910>>...17

/linux/arch/powerpc/crypto/
A 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/arch/arm/crypto/
A 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
A Dsha1-ce-core.S42 sha1\op\().32 dg0, dg1a\ev, ta\ev
44 sha1\op\().32 dg0, \dg1, ta\ev
/linux/drivers/net/ppp/
A 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()
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()
223 if (state->sha1) { in mppe_alloc()
224 crypto_free_shash(state->sha1->tfm); in mppe_alloc()
225 kfree_sensitive(state->sha1); in mppe_alloc()
240 crypto_free_shash(state->sha1->tfm); in mppe_free()
[all …]
/linux/arch/arm64/crypto/
A D.sha1-ce-core.o.cmd1sha1-ce-core.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64…
3 source_arch/arm64/crypto/sha1-ce-core.o := arch/arm64/crypto/sha1-ce-core.S
5 deps_arch/arm64/crypto/sha1-ce-core.o := \
141 arch/arm64/crypto/sha1-ce-core.o: $(deps_arch/arm64/crypto/sha1-ce-core.o)
143 $(deps_arch/arm64/crypto/sha1-ce-core.o):
A DMakefile8 obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o
9 sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o
A Dbuilt-in.a3 sha1-ce-glue.o/
4 sha1-ce-core.o/
A D.built-in.a.cmd1 …-ar cDPrST arch/arm64/crypto/built-in.a arch/arm64/crypto/sha1-ce-glue.o arch/arm64/crypto/sha1-ce…
A Dsha1-ce-core.S39 sha1\op dg0q, \dg1, t0.4s
41 sha1\op dg0q, dg1s, t0.4s
48 sha1\op dg0q, dg2s, t1.4s
A D.sha1-ce-glue.o.cmd1sha1-ce-glue.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64…
3 source_arch/arm64/crypto/sha1-ce-glue.o := arch/arm64/crypto/sha1-ce-glue.c
5 deps_arch/arm64/crypto/sha1-ce-glue.o := \
607 include/crypto/sha1.h \
912 arch/arm64/crypto/sha1-ce-glue.o: $(deps_arch/arm64/crypto/sha1-ce-glue.o)
914 $(deps_arch/arm64/crypto/sha1-ce-glue.o):
/linux/lib/
A D.sha1.o.cmd1sha1.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aar…
3 source_lib/sha1.o := lib/sha1.c
5 deps_lib/sha1.o := \
215 include/crypto/sha1.h \
220 lib/sha1.o: $(deps_lib/sha1.o)
222 $(deps_lib/sha1.o):
/linux/drivers/net/wireless/intel/iwlwifi/fw/
A Dpnvm.c37 u32 sha1 = 0; in iwl_pnvm_handle_section() local
73 sha1 = le32_to_cpup((__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/arch/sparc/crypto/
A DMakefile6 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
17 sha1-sparc64-y := sha1_asm.o sha1_glue.o
/linux/security/apparmor/
A 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
/linux/drivers/crypto/
A 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/arch/x86/crypto/
A 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/arch/mips/cavium-octeon/crypto/
A DMakefile9 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
/linux/tools/testing/ktest/
A Dktest.pl2106 my $sha1 = `git rev-list --max-count=1 $commit`;
2109 logit $sha1;
2118 chomp $sha1;
2120 return $sha1;
3475 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3476 $ignored_warnings{$sha1} = 1;
3482 my $sha1 = $item;
3483 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3487 run_command "git checkout $sha1" or
3488 dodie "Failed to checkout $sha1";
[all …]
/linux/Documentation/ABI/testing/
A Devm8 HMAC-sha1 value across the extended attributes, storing the
12 an HMAC-sha1 generated locally with a
/linux/arch/arm64/
A Dbuilt-in.a149 crypto/sha1-ce-glue.o/
150 crypto/sha1-ce-core.o/
/linux/arch/arm64/kernel/vdso/
A D.vdso.so.dbg.cmd1 …f -shared -soname=linux-vdso.so.1 --hash-style=sysv -Bsymbolic --build-id=sha1 -n -z force-bti -T …
A DMakefile27 -Bsymbolic --build-id=sha1 -n $(btildflags-y) -T
/linux/
A D.vmlinux.cmd1 …c -z notext --no-apply-dynamic-relocs --fix-cortex-a53-843419 --build-id=sha1 --orphan-handling=w…
/linux/Documentation/dev-tools/kunit/
A Dusage.rst496 const char *sha1;
502 .sha1 = "2aae6c35c94fcfb415dbe95f408b9ce91ee846ed",
506 .sha1 = "430ce34d020724ed75a196dfc2ad67c77772d169",
511 KUNIT_EXPECT_STREQ_MSG(test, out, cases[i].sha1,
542 const char *sha1;
547 .sha1 = "2aae6c35c94fcfb415dbe95f408b9ce91ee846ed",
551 .sha1 = "430ce34d020724ed75a196dfc2ad67c77772d169",
561 KUNIT_ARRAY_PARAM(sha1, cases, case_to_desc);
572 KUNIT_EXPECT_STREQ_MSG(test, out, test_param->sha1,
/linux/arch/csky/kernel/vdso/
A DMakefile39 -Wl,--build-id=sha1 -Wl,--hash-style=both

Completed in 40 milliseconds

12345678910>>...17