Symbol: sha512
crypto/libecc/include/libecc/hash/hash_algs.h
63
sha512_context sha512;
crypto/libecc/include/libecc/hash/sha512.h
68
ATTRIBUTE_WARN_UNUSED_RET int sha512(const u8 *input, u32 ilen, u8 output[SHA512_DIGEST_SIZE]);
crypto/openssl/crypto/ec/curve25519.c
5592
EVP_MD *sha512,
crypto/openssl/crypto/ec/curve25519.c
5604
if (!EVP_DigestInit_ex(hash_ctx, sha512, NULL))
crypto/openssl/crypto/ec/curve25519.c
5636
EVP_MD *sha512 = EVP_MD_fetch(libctx, SN_sha512, propq);
crypto/openssl/crypto/ec/curve25519.c
5652
if (sha512 == NULL || hash_ctx == NULL)
crypto/openssl/crypto/ec/curve25519.c
5655
if (!EVP_DigestInit_ex(hash_ctx, sha512, NULL)
crypto/openssl/crypto/ec/curve25519.c
5664
if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len)
crypto/openssl/crypto/ec/curve25519.c
5674
if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len)
crypto/openssl/crypto/ec/curve25519.c
5688
EVP_MD_free(sha512);
crypto/openssl/crypto/ec/curve25519.c
5718
EVP_MD *sha512;
crypto/openssl/crypto/ec/curve25519.c
5779
sha512 = EVP_MD_fetch(libctx, SN_sha512, propq);
crypto/openssl/crypto/ec/curve25519.c
5780
if (sha512 == NULL)
crypto/openssl/crypto/ec/curve25519.c
5786
if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len)
crypto/openssl/crypto/ec/curve25519.c
5809
EVP_MD_free(sha512);
crypto/openssl/crypto/ec/curve25519.c
5821
EVP_MD *sha512 = NULL;
crypto/openssl/crypto/ec/curve25519.c
5823
sha512 = EVP_MD_fetch(ctx, SN_sha512, propq);
crypto/openssl/crypto/ec/curve25519.c
5824
if (sha512 == NULL)
crypto/openssl/crypto/ec/curve25519.c
5826
r = EVP_Digest(private_key, 32, az, NULL, sha512, NULL);
crypto/openssl/crypto/ec/curve25519.c
5827
EVP_MD_free(sha512);
crypto/openssl/crypto/evp/legacy_sha.c
61
IMPLEMENT_LEGACY_EVP_MD_METH(sha512, SHA512)
crypto/openssl/crypto/rsa/rsa_sign.c
152
ENCODE_DIGESTINFO_SHA(sha512, 0x03, SHA512_DIGEST_LENGTH)
crypto/openssl/crypto/rsa/rsa_sign.c
193
MD_CASE(sha512)
crypto/openssl/crypto/rsa/rsa_sign.c
233
MD_NID_CASE(sha512, SHA512_DIGEST_LENGTH)
crypto/openssl/providers/common/der/der_dsa_sig.c
37
MD_CASE(sha512);
crypto/openssl/providers/common/der/der_ec_sig.c
38
MD_CASE(sha512);
crypto/openssl/providers/common/der/der_rsa_key.c
340
OAEP_PSS_MD_CASE(sha512, hashalg);
crypto/openssl/providers/common/der/der_rsa_sig.c
51
MD_with_RSA_CASE(sha512, precompiled);
crypto/openssl/providers/implementations/digests/sha2_prov.c
86
IMPLEMENT_digest_functions(sha512, SHA512_CTX,
crypto/openssl/providers/implementations/signature/dsa_sig.c
1085
IMPL_DSA_SIGALG(sha512, SHA2-512);
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
1102
IMPL_ECDSA_SIGALG(sha512, SHA2-512);
crypto/openssl/providers/implementations/signature/rsa_sig.c
2131
IMPL_RSA_SIGALG(sha512, SHA2-512);
crypto/openssl/ssl/record/methods/ssl3_cbc.c
101
l2n8(sha512->h[i], md_out);
crypto/openssl/ssl/record/methods/ssl3_cbc.c
97
SHA512_CTX *sha512 = ctx;
lib/libsecureboot/vets.c
1118
ve_test_hash(sha512, SHA512);
sbin/md5/md5.c
117
SHA512_CTX sha512;
sys/dev/qat/qat_api/firmware/include/icp_qat_hw.h
688
icp_qat_hw_auth_sha512_t sha512;
usr.sbin/fstyp/hammer2_disk.h
722
} sha512;