Searched refs:SN_sha512 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND-HASH-DRBG.pod | 104 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, SN_sha512, 0);
|
| /freebsd/crypto/openssl/providers/implementations/kdfs/ |
| H A D | sshkdf.c | 142 && !EVP_MD_is_a(md, SN_sha512); in fips_digest_check_passed()
|
| H A D | tls1_prf.c | 218 && !EVP_MD_is_a(md, SN_sha512); in fips_digest_check_passed()
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | eddsa_sig.c | 431 if (!EVP_Q_digest(peddsactx->libctx, SN_sha512, NULL, in ed25519_sign() 598 if (!EVP_Q_digest(peddsactx->libctx, SN_sha512, NULL, in ed25519_verify()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 5636 EVP_MD *sha512 = EVP_MD_fetch(libctx, SN_sha512, propq); in ossl_ed25519_sign() 5779 sha512 = EVP_MD_fetch(libctx, SN_sha512, propq); in ossl_ed25519_verify() 5823 sha512 = EVP_MD_fetch(ctx, SN_sha512, propq); in ossl_ed25519_public_from_private()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | obj_mac.h | 3272 #define SN_sha512 "SHA512" macro
|