Symbol: SHA512_DIGEST_LENGTH
crypto/heimdal/lib/krb5/crypto-pk.c
216
unsigned char shaoutput[SHA512_DIGEST_LENGTH];
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
303
unsigned char data[SHA512_DIGEST_LENGTH];
crypto/openssh/digest-libc.c
119
SHA512_DIGEST_LENGTH,
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
117
uint8_t sha2pass[SHA512_DIGEST_LENGTH];
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
118
uint8_t sha2salt[SHA512_DIGEST_LENGTH];
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
38
#ifdef SHA512_DIGEST_LENGTH
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
81
size_t shalen = SHA512_DIGEST_LENGTH;
crypto/openssh/openbsd-compat/sha2.c
895
SHA512Final(u_int8_t digest[SHA512_DIGEST_LENGTH], SHA2_CTX *context)
crypto/openssh/openbsd-compat/sha2.c
906
memcpy(digest, context->state.st64, SHA512_DIGEST_LENGTH);
crypto/openssh/openbsd-compat/sha2.h
139
void SHA512Final(u_int8_t [SHA512_DIGEST_LENGTH], SHA2_CTX *)
crypto/openssh/openbsd-compat/sha2.h
140
__attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH)));
crypto/openssh/openbsd-compat/sha2.h
59
#define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1)
crypto/openssl/apps/passwd.c
516
unsigned char buf[SHA512_DIGEST_LENGTH];
crypto/openssl/apps/passwd.c
517
unsigned char temp_buf[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/bn/bn_rand.c
304
unsigned char digest[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/bn/bn_rand.c
361
if (todo > SHA512_DIGEST_LENGTH)
crypto/openssl/crypto/bn/bn_rand.c
362
todo = SHA512_DIGEST_LENGTH;
crypto/openssl/crypto/ec/curve25519.c
5632
uint8_t az[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/ec/curve25519.c
5633
uint8_t nonce[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/ec/curve25519.c
5635
uint8_t hram[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/ec/curve25519.c
5724
uint8_t h[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/ec/curve25519.c
5818
uint8_t az[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/ec/ecx_meth.c
1065
unsigned char x_dst[32], buff[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/evp/legacy_sha.c
183
SHA512_DIGEST_LENGTH,
crypto/openssl/crypto/hmac/hmac_s390x.c
281
res_len = SHA512_DIGEST_LENGTH;
crypto/openssl/crypto/hpke/hpke_util.c
107
{ OSSL_HPKE_KDF_ID_HKDF_SHA512, LN_sha512, SHA512_DIGEST_LENGTH }
crypto/openssl/crypto/hpke/hpke_util.c
70
LN_sha512, SHA512_DIGEST_LENGTH, 133, 133, 66, 0x01 },
crypto/openssl/crypto/hpke/hpke_util.c
76
LN_sha512, SHA512_DIGEST_LENGTH,
crypto/openssl/crypto/rsa/rsa_sign.c
152
ENCODE_DIGESTINFO_SHA(sha512, 0x03, SHA512_DIGEST_LENGTH)
crypto/openssl/crypto/rsa/rsa_sign.c
159
ENCODE_DIGESTINFO_SHA(sha3_512, 0x0a, SHA512_DIGEST_LENGTH)
crypto/openssl/crypto/rsa/rsa_sign.c
233
MD_NID_CASE(sha512, SHA512_DIGEST_LENGTH)
crypto/openssl/crypto/rsa/rsa_sign.c
239
MD_NID_CASE(sha3_512, SHA512_DIGEST_LENGTH)
crypto/openssl/crypto/sha/sha1_one.c
76
static unsigned char m[SHA512_DIGEST_LENGTH];
crypto/openssl/crypto/sha/sha512.c
142
c->md_len = SHA512_DIGEST_LENGTH;
crypto/openssl/crypto/sha/sha512.c
252
case SHA512_DIGEST_LENGTH:
crypto/openssl/crypto/sha/sha512.c
253
for (n = 0; n < SHA512_DIGEST_LENGTH / 8; n++) {
crypto/openssl/engines/e_ossltest.c
190
|| !EVP_MD_meth_set_result_size(md, SHA512_DIGEST_LENGTH)
crypto/openssl/engines/e_ossltest.c
679
fill_known_data(md, SHA512_DIGEST_LENGTH);
crypto/openssl/providers/implementations/digests/sha2_prov.c
87
SHA512_CBLOCK, SHA512_DIGEST_LENGTH, SHA2_FLAGS,
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1196
unsigned char x_dst[32], buff[SHA512_DIGEST_LENGTH];
crypto/openssl/test/sha_test.c
88
static const unsigned char output[SHA512_DIGEST_LENGTH] = {
crypto/openssl/test/sha_test.c
99
return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output, &SHA512);
lib/libunbound/config.h
1561
#ifndef SHA512_DIGEST_LENGTH
lib/libunbound/config.h
1564
#define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1)
lib/libunbound/config.h
1573
void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
sbin/veriexec/manifest_parser.y
75
{ "sha512", SHA512_DIGEST_LENGTH },
sys/crypto/openssl/ossl_sha512.c
163
case SHA512_DIGEST_LENGTH:
sys/crypto/openssl/ossl_sha512.c
164
for (n = 0; n < SHA512_DIGEST_LENGTH / 8; n++) {
sys/crypto/openssl/ossl_sha512.c
64
c->md_len = SHA512_DIGEST_LENGTH;
sys/crypto/sha2/sha512.h
36
#define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1)
sys/crypto/sha2/sha512.h
80
void SHA512_Final(unsigned char [__min_size(SHA512_DIGEST_LENGTH)],
sys/crypto/sha2/sha512c.c
182
memcpy(S, state, SHA512_DIGEST_LENGTH);
sys/crypto/sha2/sha512c.c
353
SHA512_Final(unsigned char digest[static SHA512_DIGEST_LENGTH], SHA512_CTX *ctx)
sys/crypto/sha2/sha512c.c
360
be64enc_vect(digest, ctx->state, SHA512_DIGEST_LENGTH);
sys/dev/qat/include/qat_ocf_mem_pool.h
16
#define QAT_OCF_MAX_DIGEST SHA512_DIGEST_LENGTH
sys/dev/qat/qat_api/qat_utils/src/QatUtilsCrypto.c
64
bcopy(&ctx, out, SHA512_DIGEST_LENGTH);
sys/dev/qat/qat_api/qat_utils/src/QatUtilsCrypto.c
76
bcopy(&ctx, out, SHA512_DIGEST_LENGTH);
sys/netpfil/pf/pf.c
5570
uint8_t bytes[SHA512_DIGEST_LENGTH];
sys/security/mac_veriexec/mac_veriexec_sha512.c
38
MAC_VERIEXEC_FPMOD(SHA512, SHA512_DIGEST_LENGTH, sizeof(SHA512_CTX),
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
62
#if MAXFINGERPRINTLEN >= SHA512_DIGEST_LENGTH
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
63
{"sha512=", SHA512_DIGEST_LENGTH},