Home
last modified time | relevance | path

Searched refs:sha512_digest (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libsecureboot/
H A Dvets.c604 unsigned char sha512_digest[br_sha512_SIZE]; in check_forbidden_digests() local
664 md->out(&ctx.vtable, sha512_digest); in check_forbidden_digests()
666 if (!memcmp(sha512_digest, in check_forbidden_digests()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_linux.c60 #define SHA512_Final(r, c) sha512_digest(c, SHA512_DIGEST_SIZE, r)
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1533 sha512_digest(&ctx, SHA512_DIGEST_SIZE, res); in _digest_nettle()
1635 sha512_digest(&hash->ctx512, SHA512_DIGEST_SIZE, in secalgo_hash_final()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c1434 sha512_digest(ctx, SHA512_DIGEST_SIZE, md); in __archive_sha512final()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc133 static const unsigned char sha512_digest[] = {
160 ITM(sha512_digest),