Searched refs:SN_sha512 (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man7/ |
H A D | EVP_RAND-HASH-DRBG.pod | 98 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, SN_sha512, 0);
|
/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 | 217 && !EVP_MD_is_a(md, SN_sha512); in fips_digest_check_passed()
|
/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 428 if (!EVP_Q_digest(peddsactx->libctx, SN_sha512, NULL, in ed25519_sign() 593 if (!EVP_Q_digest(peddsactx->libctx, SN_sha512, NULL, in ed25519_verify()
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 5484 EVP_MD *sha512 = EVP_MD_fetch(libctx, SN_sha512, propq); in ossl_ed25519_sign() 5629 sha512 = EVP_MD_fetch(libctx, SN_sha512, propq); in ossl_ed25519_verify() 5674 sha512 = EVP_MD_fetch(ctx, SN_sha512, propq); in ossl_ed25519_public_from_private()
|
/openssl/include/openssl/ |
H A D | obj_mac.h | 3272 #define SN_sha512 "SHA512" macro
|
Completed in 91 milliseconds