/Linux-v4.19/arch/powerpc/crypto/ |
D | Makefile | 10 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-v4.19/arch/arm/crypto/ |
D | Makefile | 8 obj-$(CONFIG_CRYPTO_SHA1_ARM) += sha1-arm.o 9 obj-$(CONFIG_CRYPTO_SHA1_ARM_NEON) += sha1-arm-neon.o 16 ce-obj-$(CONFIG_CRYPTO_SHA1_ARM_CE) += sha1-arm-ce.o 44 sha1-arm-y := sha1-armv4-large.o sha1_glue.o 45 sha1-arm-neon-y := sha1-armv7-neon.o sha1_neon_glue.o 50 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
|
D | sha1-ce-core.S | 44 sha1\op\().32 dg0, dg1a\ev, ta\ev 46 sha1\op\().32 dg0, \dg1, ta\ev
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_mppe.c | 99 struct shash_desc *sha1; member 139 crypto_shash_init(state->sha1); in get_new_key_from_sha() 140 crypto_shash_update(state->sha1, state->master_key, in get_new_key_from_sha() 142 crypto_shash_update(state->sha1, sha_pad->sha_pad1, in get_new_key_from_sha() 144 crypto_shash_update(state->sha1, state->session_key, in get_new_key_from_sha() 146 crypto_shash_update(state->sha1, sha_pad->sha_pad2, in get_new_key_from_sha() 148 crypto_shash_final(state->sha1, state->sha1_digest); in get_new_key_from_sha() 216 state->sha1 = kmalloc(sizeof(*state->sha1) + in mppe_alloc() 219 if (!state->sha1) { in mppe_alloc() 223 state->sha1->tfm = shash; in mppe_alloc() [all …]
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | Makefile | 11 obj-$(CONFIG_CRYPTO_SHA1_MB) += sha1-mb.o 12 sha1-mb-y := sha1_mb.o sha1_mb_mgr_flush_avx2.o \
|
/Linux-v4.19/arch/arm64/crypto/ |
D | Makefile | 11 obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o 12 sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o
|
D | sha1-ce-core.S | 42 sha1\op dg0q, \dg1, t0.4s 44 sha1\op dg0q, dg1s, t0.4s 51 sha1\op dg0q, dg2s, t1.4s
|
/Linux-v4.19/arch/sparc/crypto/ |
D | Makefile | 6 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o 17 sha1-sparc64-y := sha1_asm.o sha1_glue.o
|
/Linux-v4.19/arch/x86/crypto/ |
D | Makefile | 32 obj-$(CONFIG_CRYPTO_SHA1_SSSE3) += sha1-ssse3.o 63 obj-$(CONFIG_CRYPTO_SHA1_MB) += sha1-mb/ 112 sha1-ssse3-y := sha1_ssse3_asm.o sha1_ssse3_glue.o 115 sha1-ssse3-y += sha1_avx2_x86_64_asm.o 119 sha1-ssse3-y += sha1_ni_asm.o
|
/Linux-v4.19/security/apparmor/ |
D | Kconfig | 34 bool "Enable introspection of sha1 hashes for loaded profiles" 48 This option selects whether sha1 hashing of loaded policy 49 is enabled by default. The generation of sha1 hashes for
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-sha.c | 518 struct shash_alg *sha1; in padlock_init() local 527 sha1 = &sha1_alg; in padlock_init() 530 sha1 = &sha1_alg_nano; in padlock_init() 534 rc = crypto_register_shash(sha1); in padlock_init() 547 crypto_unregister_shash(sha1); in padlock_init()
|
/Linux-v4.19/arch/mips/cavium-octeon/crypto/ |
D | Makefile | 9 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | evm | 7 HMAC-sha1 value across the extended attributes, storing the 11 an HMAC-sha1 generated locally with a
|
/Linux-v4.19/tools/testing/ktest/ |
D | ktest.pl | 2005 my $sha1 = `git rev-list --max-count=1 $commit`; 2008 logit $sha1; 2017 chomp $sha1; 2019 return $sha1; 3397 foreach my $sha1 (split /\s+/, $ignore_warnings) { 3398 $ignored_warnings{$sha1} = 1; 3404 my $sha1 = $item; 3405 $sha1 =~ s/^([[:xdigit:]]+).*/$1/; 3409 run_command "git checkout $sha1" or 3410 dodie "Failed to checkout $sha1"; [all …]
|
/Linux-v4.19/security/integrity/ |
D | integrity.h | 94 } sha1; member
|
/Linux-v4.19/Documentation/sphinx/ |
D | kfigure.py | 51 from hashlib import sha1 433 fname = path.join('%s-%s' % (srclang, sha1(hashobj).hexdigest()))
|
/Linux-v4.19/Documentation/security/keys/ |
D | trusted-encrypted.rst | 43 allowed value is sha1. For TPM 2.x the allowed values 44 are sha1, sha256, sha384, sha512 and sm3-256.
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 151 struct sha1_state sha1; in qat_alg_do_precomputes() local 197 if (crypto_shash_export(shash, &sha1)) in qat_alg_do_precomputes() 200 *hash_state_out = cpu_to_be32(*(sha1.state + i)); in qat_alg_do_precomputes() 230 if (crypto_shash_export(shash, &sha1)) in qat_alg_do_precomputes() 233 *hash_state_out = cpu_to_be32(*(sha1.state + i)); in qat_alg_do_precomputes()
|
/Linux-v4.19/Documentation/crypto/ |
D | architecture.rst | 48 - sha1 50 - hmac(sha1) 52 - authenc(hmac(sha1),cbc(aes)) 54 In these examples, "aes" and "sha1" are the ciphers and all others are
|
D | api-samples.rst | 162 char *hash_alg_name = "sha1-padlock-nano";
|
/Linux-v4.19/security/integrity/evm/ |
D | evm_crypto.c | 326 data.hdr.xattr.sha1.type = EVM_XATTR_HMAC; in evm_update_evmxattr()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_appraise.c | 71 iint->ima_hash->xattr.sha1.type = IMA_XATTR_DIGEST; in ima_fix_xattr()
|
/Linux-v4.19/Documentation/security/ |
D | IMA-templates.rst | 10 and pathname. The filedata hash is limited to 20 bytes (md5/sha1).
|
/Linux-v4.19/lib/ |
D | Makefile | 23 sha1.o chacha20.o irq_regs.o argv_split.o \
|
/Linux-v4.19/Documentation/process/ |
D | stable-kernel-rules.rst | 99 commit <sha1> upstream.
|