| /Linux-v5.4/arch/arm/crypto/ |
| D | Makefile | 10 obj-$(CONFIG_CRYPTO_SHA256_ARM) += sha256-arm.o 46 sha256-arm-neon-$(CONFIG_KERNEL_MODE_NEON) := sha256_neon_glue.o 47 sha256-arm-y := sha256-core.o sha256_glue.o $(sha256-arm-neon-y) 63 $(src)/sha256-core.S_shipped: $(src)/sha256-armv4.pl 70 clean-files += sha256-core.S sha512-core.S
|
| D | .gitignore | 2 sha256-core.S
|
| /Linux-v5.4/arch/powerpc/crypto/ |
| D | Makefile | 12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o 21 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | Makefile | 44 obj-$(CONFIG_CRYPTO_SHA256_ARM64) += sha256-arm64.o 45 sha256-arm64-y := sha256-glue.o sha256-core.o 71 $(src)/sha256-core.S_shipped: $(src)/sha512-armv8.pl 78 clean-files += sha256-core.S sha512-core.S
|
| D | .gitignore | 1 sha256-core.S
|
| /Linux-v5.4/drivers/crypto/nx/ |
| D | nx-sha256.c | 83 memcpy(csbcpb->cpb.sha256.message_digest, sctx->state, SHA256_DIGEST_SIZE); in nx_sha256_update() 144 memcpy(csbcpb->cpb.sha256.input_partial_digest, in nx_sha256_update() 145 csbcpb->cpb.sha256.message_digest, in nx_sha256_update() 170 memcpy(sctx->state, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE); in nx_sha256_update() 199 memcpy(csbcpb->cpb.sha256.input_partial_digest, sctx->state, SHA256_DIGEST_SIZE); in nx_sha256_final() 207 csbcpb->cpb.sha256.message_bit_length = (u64) (sctx->count * 8); in nx_sha256_final() 240 memcpy(out, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE); in nx_sha256_final()
|
| D | Makefile | 11 nx-sha256.o \
|
| D | nx_csbcpb.h | 130 struct cop_symcpb_sha256 sha256; member
|
| /Linux-v5.4/arch/x86/purgatory/ |
| D | Makefile | 4 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o 12 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
|
| /Linux-v5.4/arch/s390/purgatory/ |
| D | Makefile | 5 purgatory-y := head.o purgatory.o string.o sha256.o mem.o 10 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | Makefile | 33 obj-$(CONFIG_CRYPTO_SHA256_SSSE3) += sha256-ssse3.o 112 sha256-ssse3-y := sha256-ssse3-asm.o sha256-avx-asm.o sha256-avx2-asm.o sha256_ssse3_glue.o 114 sha256-ssse3-y += sha256_ni_asm.o
|
| /Linux-v5.4/arch/sparc/crypto/ |
| D | Makefile | 7 obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o 18 sha256-sparc64-y := sha256_asm.o sha256_glue.o
|
| D | sha256_glue.c | 160 static struct shash_alg sha256 = { variable 214 ret = crypto_register_shash(&sha256); in sha256_sparc64_mod_init() 230 crypto_unregister_shash(&sha256); in sha256_sparc64_mod_fini()
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | dm-crypt.rst | 25 aes-cbc-essiv:sha256 40 capi:cbc(aes)-essiv:sha256 46 capi:authenc(hmac(sha256),xts(aes))-random 160 …dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabe… 166 …dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_p…
|
| D | dm-init.rst | 86 0 1638400 verity 1 /dev/sdc1 /dev/sdc2 4096 4096 204800 1 sha256 123 0 1638400 verity 1 8:1 8:2 4096 4096 204800 1 sha256
|
| D | verity.rst | 174 alg = sha256, num_blocks = 32768, block_size = 4096 218 "0 2097152 verity 1 /dev/sda1 /dev/sda2 4096 4096 262144 1 sha256 "\
|
| /Linux-v5.4/arch/mips/cavium-octeon/crypto/ |
| D | Makefile | 10 obj-$(CONFIG_CRYPTO_SHA256_OCTEON) += octeon-sha256.o
|
| /Linux-v5.4/lib/crypto/ |
| D | Makefile | 13 libsha256-y := sha256.o
|
| /Linux-v5.4/drivers/crypto/ |
| D | padlock-sha.c | 509 struct shash_alg *sha256; in padlock_init() local 518 sha256 = &sha256_alg; in padlock_init() 521 sha256 = &sha256_alg_nano; in padlock_init() 528 rc = crypto_register_shash(sha256); in padlock_init()
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | nspire.dtsi | 117 sha256: crypto@CC000000 { label
|
| /Linux-v5.4/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 118 struct sha256_state sha256; member 203 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 206 *hash_state_out = cpu_to_be32(ctx->sha256.state[i]); in qat_alg_do_precomputes() 239 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes() 242 *hash_state_out = cpu_to_be32(ctx->sha256.state[i]); in qat_alg_do_precomputes()
|
| /Linux-v5.4/fs/ubifs/ |
| D | Kconfig | 97 sha256, these are not selected automatically since there are many
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | module-signing.rst | 169 openssl req -new -nodes -utf8 -sha256 -days 36500 -batch -x509 \ 218 1. The hash algorithm (e.g., sha256)
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | ubifs.txt | 100 include "sha256" or "sha512"
|
| /Linux-v5.4/Documentation/security/keys/ |
| D | trusted-encrypted.rst | 69 are sha1, sha256, sha384, sha512 and sm3-256.
|