| /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()
|
| /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/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/lib/crypto/tests/ |
| H A D | sha512_kunit.c | 6 #include "sha512-testvecs.h" 8 #define HASH sha512 31 .name = "sha512",
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 243 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 D | Makefile | 11 nx-sha512.o
|
| H A D | nx_csbcpb.h | 131 struct cop_symcpb_sha512 sha512; member
|
| /linux/include/linux/ |
| H A D | nvme-auth.h | 31 struct hmac_sha512_ctx 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/lib/crypto/ |
| H A D | sha512.c | 137 #include "sha512.h" /* $(SRCARCH)/sha512.h */ 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() 427 panic("sha512: FIPS self-test failed\n"); in sha512_mod_init()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs.rst | 88 生成。典型值包括"sha256"或"sha512"
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | module-signing.rst | 203 scripts/sign-file sha512 kernel-signkey.priv \
|
| /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()
|
| /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/Documentation/core-api/ |
| H A D | workqueue.rst | 477 --name=iops-test-job --verify=sha512 479 There are 24 issuers, each issuing 64 IOs concurrently. ``--verify=sha512`` 519 --time_based --group_reporting --name=iops-test-job --verify=sha512 562 --time_based --group_reporting --name=iops-test-job --verify=sha512
|
| /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/Documentation/ABI/stable/ |
| H A D | configfs-nvmet | 335 "hmac(sha512)".
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 662 + sha512 700 + sha512
|