Home
last modified time | relevance | path

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

/linux/fs/verity/
H A Dhash_algs.c83 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()
/linux/lib/crypto/
H A DMakefile336 libsha512-y := sha512.o
341 libsha512-y += arm/sha512-core.o
342 $(obj)/arm/sha512-core.S: $(src)/arm/sha512-armv4.pl
344 AFLAGS_arm/sha512-core.o += $(aflags-thumb2-y)
348 libsha512-y += arm64/sha512-ce-core.o arm64/sha512-core.o
349 $(obj)/arm64/sha512-core.S: $(src)/arm64/sha2-armv8.pl
353 libsha512-$(CONFIG_RISCV) += riscv/sha512-riscv64-zvknhb-zvkb.o
355 libsha512-$(CONFIG_X86) += x86/sha512-ssse3-asm.o \
356 x86/sha512-avx-asm.o \
357 x86/sha512-avx2-asm.o
[all …]
H A Dsha512.c243 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 Dworkqueue.rst397 --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.gitignore3 sha512-core.S
/linux/lib/crypto/arm/
H A D.gitignore4 sha512-core.S
/linux/lib/crypto/arm64/
H A D.gitignore4 sha512-core.S
/linux/arch/arm/crypto/
H A D.gitignore4 sha512-core.S
/linux/lib/crypto/tests/
H A Dsha512_kunit.c8 #define HASH sha512
/linux/drivers/nvme/common/
H A Dauth.c243 hmac_sha512_init_usingrawkey(&hmac->sha512, key, key_len); in nvme_auth_hmac_init()
262 hmac_sha512_update(&hmac->sha512, data, data_len); in nvme_auth_hmac_update()
281 hmac_sha512_final(&hmac->sha512, out); in nvme_auth_hmac_final()
313 sha512(data, data_len, out); in nvme_auth_hash()
/linux/drivers/crypto/nx/
H A DMakefile11 nx-sha512.o
H A Dnx_csbcpb.h131 struct cop_symcpb_sha512 sha512; member
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.h333 __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/include/linux/
H A Dnvme-auth.h31 struct hmac_sha512_ctx sha512; member
/linux/Documentation/translations/zh_CN/filesystems/
H A Dubifs.rst88 生成。典型值包括"sha256"或"sha512"
/linux/drivers/crypto/intel/keembay/
H A DKconfig72 Provides OCS HCU hardware acceleration of sha256, sha384, sha512, and
/linux/crypto/
H A Dsha512.c164 sha512(data, len, out); in crypto_sha512_digest()
/linux/include/crypto/
H A Dsha2.h791 void sha512(const u8 *data, size_t len, u8 out[at_least SHA512_DIGEST_SIZE]);
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c721 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 Dtpm-sysfs.c491 PCR_ATTR_BUILD(TPM_ALG_SHA512, sha512);
/linux/Documentation/filesystems/
H A Dubifs.rst107 include "sha256" or "sha512"
/linux/security/integrity/ima/
H A DKconfig121 default "sha512" if IMA_DEFAULT_HASH_SHA512
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst662 + sha512
700 + sha512
/linux/kernel/module/
H A DKconfig333 default "sha512" if MODULE_SIG_SHA512
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2348 | sha512 | ... }