sha512            148 arch/sparc/crypto/sha512_glue.c static struct shash_alg sha512 = {
sha512            199 arch/sparc/crypto/sha512_glue.c 		ret = crypto_register_shash(&sha512);
sha512            215 arch/sparc/crypto/sha512_glue.c 	crypto_unregister_shash(&sha512);
sha512            624 crypto/asymmetric_keys/asym_tpm.c 	_(sha512),
sha512             74 crypto/rsa-pkcs1pad.c 	_(sha512),
sha512            366 drivers/crypto/chelsio/chcr_algo.h 	__be64 *sha512 = (__be64 *)chcr_sha512_init;
sha512            387 drivers/crypto/chelsio/chcr_algo.h 			ldkey[i] = be64_to_cpu(sha512[i]);
sha512             83 drivers/crypto/nx/nx-sha512.c 	memcpy(csbcpb->cpb.sha512.message_digest, sctx->state, SHA512_DIGEST_SIZE);
sha512            148 drivers/crypto/nx/nx-sha512.c 		memcpy(csbcpb->cpb.sha512.input_partial_digest,
sha512            149 drivers/crypto/nx/nx-sha512.c 			       csbcpb->cpb.sha512.message_digest,
sha512            173 drivers/crypto/nx/nx-sha512.c 	memcpy(sctx->state, csbcpb->cpb.sha512.message_digest, SHA512_DIGEST_SIZE);
sha512            203 drivers/crypto/nx/nx-sha512.c 		memcpy(csbcpb->cpb.sha512.input_partial_digest, sctx->state,
sha512            216 drivers/crypto/nx/nx-sha512.c 	csbcpb->cpb.sha512.message_bit_length_lo = count0;
sha512            246 drivers/crypto/nx/nx-sha512.c 	memcpy(out, csbcpb->cpb.sha512.message_digest, SHA512_DIGEST_SIZE);
sha512            131 drivers/crypto/nx/nx_csbcpb.h 		struct cop_symcpb_sha512   sha512;
sha512            119 drivers/crypto/qat/qat_common/qat_algs.c 		struct sha512_state sha512;
sha512            209 drivers/crypto/qat/qat_common/qat_algs.c 		if (crypto_shash_export(shash, &ctx->sha512))
sha512            212 drivers/crypto/qat/qat_common/qat_algs.c 			*hash512_state_out = cpu_to_be64(ctx->sha512.state[i]);
sha512            245 drivers/crypto/qat/qat_common/qat_algs.c 		if (crypto_shash_export(shash, &ctx->sha512))
sha512            248 drivers/crypto/qat/qat_common/qat_algs.c 			*hash512_state_out = cpu_to_be64(ctx->sha512.state[i]);
sha512            822 fs/cifs/cifsencrypt.c 	if (server->secmech.sha512) {
sha512            823 fs/cifs/cifsencrypt.c 		crypto_free_shash(server->secmech.sha512);
sha512            824 fs/cifs/cifsencrypt.c 		server->secmech.sha512 = NULL;
sha512            146 fs/cifs/cifsglob.h 	struct crypto_shash *sha512; /* sha512 hash function */
sha512             89 fs/cifs/smb2transport.c 	rc = cifs_alloc_hash("sha512", &p->sha512, &p->sdescsha512);