/linux-4.1.27/arch/powerpc/crypto/ |
D | Makefile | 9 obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o 10 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o 15 sha1-powerpc-y := sha1-powerpc-asm.o sha1.o 16 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
|
/linux-4.1.27/arch/arm/crypto/ |
D | Makefile | 7 obj-$(CONFIG_CRYPTO_SHA1_ARM) += sha1-arm.o 8 obj-$(CONFIG_CRYPTO_SHA1_ARM_NEON) += sha1-arm-neon.o 13 ce-obj-$(CONFIG_CRYPTO_SHA1_ARM_CE) += sha1-arm-ce.o 29 sha1-arm-y := sha1-armv4-large.o sha1_glue.o 30 sha1-arm-neon-y := sha1-armv7-neon.o sha1_neon_glue.o 34 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-4.1.27/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-4.1.27/drivers/net/ppp/ |
D | ppp_mppe.c | 98 struct crypto_hash *sha1; member 151 desc.tfm = state->sha1; in get_new_key_from_sha() 213 state->sha1 = crypto_alloc_hash("sha1", 0, CRYPTO_ALG_ASYNC); in mppe_alloc() 214 if (IS_ERR(state->sha1)) { in mppe_alloc() 215 state->sha1 = NULL; in mppe_alloc() 219 digestsize = crypto_hash_digestsize(state->sha1); in mppe_alloc() 243 if (state->sha1) in mppe_alloc() 244 crypto_free_hash(state->sha1); in mppe_alloc() 261 if (state->sha1) in mppe_free() 262 crypto_free_hash(state->sha1); in mppe_free()
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | Makefile | 8 obj-$(CONFIG_CRYPTO_SHA1_MB) += sha1-mb.o 9 sha1-mb-y := sha1_mb.o sha1_mb_mgr_flush_avx2.o \
|
/linux-4.1.27/arch/sparc/crypto/ |
D | Makefile | 5 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o 16 sha1-sparc64-y := sha1_asm.o sha1_glue.o
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | evm | 7 HMAC-sha1 value across the extended attributes, storing the 11 with a trusted/encrypted key for the HMAC-sha1 operation.
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | Makefile | 8 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
|
/linux-4.1.27/arch/x86/crypto/ |
D | Makefile | 28 obj-$(CONFIG_CRYPTO_SHA1_SSSE3) += sha1-ssse3.o 84 sha1-ssse3-y := sha1_ssse3_asm.o sha1_ssse3_glue.o 86 sha1-ssse3-y += sha1_avx2_x86_64_asm.o
|
/linux-4.1.27/drivers/crypto/ |
D | padlock-sha.c | 540 struct shash_alg *sha1; in padlock_init() local 549 sha1 = &sha1_alg; in padlock_init() 552 sha1 = &sha1_alg_nano; in padlock_init() 556 rc = crypto_register_shash(sha1); in padlock_init() 569 crypto_unregister_shash(sha1); in padlock_init()
|
D | n2_core.c | 296 struct sha1_state sha1; member
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 1906 my $sha1 = `git rev-list --max-count=1 $commit`; 1909 logit $sha1; 1918 chomp $sha1; 1920 return $sha1; 3440 foreach my $sha1 (split /\s+/, $ignore_warnings) { 3441 $ignored_warnings{$sha1} = 1; 3447 my $sha1 = $item; 3448 $sha1 =~ s/^([[:xdigit:]]+).*/$1/; 3452 run_command "git checkout $sha1" or 3453 die "Failed to checkout $sha1"; [all …]
|
/linux-4.1.27/security/apparmor/ |
D | Kconfig | 41 This option selects whether sha1 hashing is done against loaded
|
/linux-4.1.27/security/integrity/ |
D | integrity.h | 81 } sha1; member
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 159 struct sha1_state sha1; in qat_alg_do_precomputes() local 205 if (crypto_shash_export(shash, &sha1)) in qat_alg_do_precomputes() 208 *hash_state_out = cpu_to_be32(*(sha1.state + i)); in qat_alg_do_precomputes() 238 if (crypto_shash_export(shash, &sha1)) in qat_alg_do_precomputes() 241 *hash_state_out = cpu_to_be32(*(sha1.state + i)); in qat_alg_do_precomputes()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_appraise.c | 56 iint->ima_hash->xattr.sha1.type = IMA_XATTR_DIGEST; in ima_fix_xattr()
|
D | Kconfig | 105 default "sha1" if IMA_DEFAULT_HASH_SHA1
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 7 and pathname. The filedata hash is limited to 20 bytes (md5/sha1).
|
/linux-4.1.27/lib/ |
D | Makefile | 13 sha1.o md5.o irq_regs.o argv_split.o \
|
/linux-4.1.27/Documentation/device-mapper/ |
D | verity.txt | 56 be the name of the algorithm, like "sha1".
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 1772 * sha1 1774 Ability to assign md5 or sha1 as the selected alg is predicated on the
|
/linux-4.1.27/init/ |
D | Kconfig | 1941 default "sha1" if MODULE_SIG_SHA1
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1394 Format: { md5 | sha1 | rmd160 | sha256 | sha384 1396 default: "sha1"
|