Home
last modified time | relevance | path

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

123

/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/sparc/crypto/
DMakefile6 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
17 sha1-sparc64-y := sha1_asm.o sha1_glue.o
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/
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 0x%0x\n", sha1); in iwl_pnvm_handle_section()
/Linux-v5.15/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
/Linux-v5.15/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-v5.15/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-v5.15/arch/mips/cavium-octeon/crypto/
DMakefile9 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
/Linux-v5.15/tools/testing/ktest/
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-v5.15/Documentation/ABI/testing/
Devm7 HMAC-sha1 value across the extended attributes, storing the
11 an HMAC-sha1 generated locally with a
/Linux-v5.15/arch/arm64/kernel/vdso/
DMakefile27 -Bsymbolic --build-id=sha1 -n $(btildflags-y) -T
/Linux-v5.15/tools/perf/tests/shell/
Dbuildid.sh43 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=sha1 -o ${ex_sha1} -x c -
/Linux-v5.15/arch/riscv/kernel/vdso/
DMakefile48 --build-id=sha1 --hash-style=both --eh-frame-hdr
/Linux-v5.15/arch/csky/kernel/vdso/
DMakefile39 -Wl,--build-id=sha1 -Wl,--hash-style=both
/Linux-v5.15/arch/arm/vdso/
DMakefile22 --hash-style=sysv --build-id=sha1 \
/Linux-v5.15/arch/s390/kernel/vdso32/
DMakefile26 --hash-style=both --build-id=sha1 -melf_s390 -T
/Linux-v5.15/Documentation/dev-tools/kunit/
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-v5.15/arch/s390/kernel/vdso64/
DMakefile29 --hash-style=both --build-id=sha1 -T
/Linux-v5.15/Documentation/sphinx/
Dkfigure.py51 from hashlib import sha1
427 fname = path.join('%s-%s' % (srclang, sha1(hashobj).hexdigest()))
/Linux-v5.15/security/integrity/
Dintegrity.h103 } sha1; member
/Linux-v5.15/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