| /linux/fs/verity/ |
| H A D | hash_algs.c | 83 sha512_init(&ctx.sha512); in fsverity_prepare_hash_state() 84 sha512_update(&ctx.sha512, padded_salt, padded_salt_size); in fsverity_prepare_hash_state() 85 res = kmemdup(&ctx.sha512, sizeof(ctx.sha512), GFP_KERNEL); in fsverity_prepare_hash_state() 121 ctx.sha512 = params->hashstate->sha512; in fsverity_hash_block() 122 sha512_update(&ctx.sha512, data, params->block_size); in fsverity_hash_block() 123 sha512_final(&ctx.sha512, out); in fsverity_hash_block() 145 sha512(data, size, out); in fsverity_hash_buffer()
|
| H A D | fsverity_private.h | 35 struct sha512_ctx sha512; member
|
| /linux/lib/crypto/ |
| H A D | Makefile | 263 libsha512-y := sha512.o 268 libsha512-y += arm/sha512-core.o 269 $(obj)/arm/sha512-core.S: $(src)/arm/sha512-armv4.pl 271 AFLAGS_arm/sha512-core.o += $(aflags-thumb2-y) 275 libsha512-y += arm64/sha512-core.o 276 $(obj)/arm64/sha512-core.S: $(src)/arm64/sha2-armv8.pl 278 libsha512-$(CONFIG_KERNEL_MODE_NEON) += arm64/sha512-ce-core.o 281 libsha512-$(CONFIG_RISCV) += riscv/sha512-riscv64-zvknhb-zvkb.o 283 libsha512-$(CONFIG_X86) += x86/sha512-ssse3-asm.o \ 284 x86/sha512-avx-asm.o \ [all …]
|
| H A D | sha512.c | 243 void sha512(const u8 *data, size_t len, u8 out[SHA512_DIGEST_SIZE]) in sha512() function 251 EXPORT_SYMBOL_GPL(sha512); 267 sha512(raw_key, raw_key_len, derived_key.b); in __hmac_sha512_preparekey()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | workqueue.rst | 397 --name=iops-test-job --verify=sha512 399 这里有24个发起者,每个同时发起64个IO。 ``--verify=sha512`` 436 --time_based --group_reporting --name=iops-test-job --verify=sha512 477 --time_based --group_reporting --name=iops-test-job --verify=sha512
|
| /linux/arch/arm64/crypto/ |
| H A D | .gitignore | 3 sha512-core.S
|
| /linux/lib/crypto/arm/ |
| H A D | .gitignore | 4 sha512-core.S
|
| /linux/lib/crypto/arm64/ |
| H A D | .gitignore | 4 sha512-core.S
|
| /linux/arch/arm/crypto/ |
| H A D | .gitignore | 4 sha512-core.S
|
| /linux/lib/crypto/tests/ |
| H A D | sha512_kunit.c | 8 #define HASH sha512
|
| /linux/drivers/crypto/nx/ |
| H A D | Makefile | 11 nx-sha512.o
|
| H A D | nx_csbcpb.h | 131 struct cop_symcpb_sha512 sha512; member
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.h | 333 __be64 *sha512 = (__be64 *)chcr_sha512_init; in copy_hash_init_values() local 354 ldkey[i] = be64_to_cpu(sha512[i]); in copy_hash_init_values()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs.rst | 88 生成。典型值包括"sha256"或"sha512"
|
| /linux/Documentation/ABI/testing/ |
| H A D | ima_policy | 77 For example, "sha256,sha512" to only accept to appraise 164 appraise func=SETXATTR_CHECK appraise_algos=sha256,sha384,sha512
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | Kconfig | 72 Provides OCS HCU hardware acceleration of sha256, sha384, sha512, and
|
| /linux/crypto/ |
| H A D | sha512.c | 164 sha512(data, len, out); in crypto_sha512_digest()
|
| H A D | Makefile | 80 obj-$(CONFIG_CRYPTO_SHA512) += sha512.o
|
| /linux/include/crypto/ |
| H A D | sha2.h | 791 void sha512(const u8 *data, size_t len, u8 out[at_least SHA512_DIGEST_SIZE]);
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 721 struct sha512_state *sha512; in swap_pad() local 738 sha512 = (struct sha512_state *)pad; in swap_pad() 739 swap_data64(sha512->state, SHA512_DIGEST_SIZE); in swap_pad()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-sysfs.c | 491 PCR_ATTR_BUILD(TPM_ALG_SHA512, sha512);
|
| /linux/certs/ |
| H A D | Kconfig | 37 sha512 for hashing modules.
|
| /linux/Documentation/filesystems/ |
| H A D | ubifs.rst | 107 include "sha256" or "sha512"
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 121 default "sha512" if IMA_DEFAULT_HASH_SHA512
|
| /linux/arch/s390/crypto/ |
| H A D | phmac_s390.c | 210 } sha512; in hash_key() member
|