Home
last modified time | relevance | path

Searched refs:EVP_sha384 (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_sha224.pod9 EVP_sha384,
21 const EVP_MD *EVP_sha384(void);
35 EVP_sha384(),
/freebsd/crypto/openssh/
H A Ddigest-openssl.c39 # define EVP_sha384 NULL macro
62 { SSH_DIGEST_SHA384, "SHA384", 48, EVP_sha384 },
H A Dconfigure.ac3123 AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512 EVP_chacha20])
3155 const EVP_MD *m = EVP_sha384(); /* We need this too */
/freebsd/crypto/openssl/crypto/evp/
H A Dc_alld.c40 EVP_add_digest(EVP_sha384()); in openssl_add_all_digests_int()
H A Dlegacy_sha.c176 const EVP_MD *EVP_sha384(void) in EVP_sha384() function
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c59 EVP_sha384(), in test()
/freebsd/crypto/openssl/engines/
H A De_ossltest.c643 return EVP_MD_meth_get_init(EVP_sha384())(ctx); in digest_sha384_init()
649 return EVP_MD_meth_get_update(EVP_sha384())(ctx, data, count); in digest_sha384_update()
654 int ret = EVP_MD_meth_get_final(EVP_sha384())(ctx, md); in digest_sha384_final()
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c191 return secalgo_hash_create_md(EVP_sha384()); in secalgo_hash_create_sha384()
313 if(!sldns_digest_evp(buf, len, res, EVP_sha384())) in secalgo_ds_digest()
531 ecdsa_evp_384_md = *EVP_sha384(); in ecdsa_evp_workaround_init()
656 *digest_type = EVP_sha384(); in setup_key_digest()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages115 hcrypto/man/man3/EVP_sha384.3
/freebsd/contrib/ldns/
H A Dtsig.c145 return EVP_sha384(); in ldns_digest_function()
H A Ddnssec_sign.c188 EVP_sha384()); in ldns_sign_public_buffer()
H A Ddnssec_verify.c2001 else d = EVP_sha384(); /* LDNS_ECDSAP384SHA384 */ in ldns_verify_rrsig_ecdsa_raw()
H A Dconfigure.ac365 AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512 EVP_PKEY_keygen ECDSA_SIG_get0 EVP_MD_CTX_new DSA_…
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c432 return openssl_digest_vector(EVP_sha384(), num_elem, addr, len, mac); in sha384_vector()
1744 return openssl_hmac_vector(EVP_sha384(), key, key_len, num_elem, addr, in hmac_sha384_vector()
4415 sign_md = EVP_sha384(); in crypto_csr_sign()
4657 ctx->kem_h = EVP_sha384(); in hpke_get_context()
4679 ctx->kdf_h = EVP_sha384(); in hpke_get_context()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c185 .evp_md = EVP_sha384 },
197 .evp_md = EVP_sha384 },
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c1181 if (!EVP_DigestInit(*ctx, EVP_sha384())) in __archive_sha384init()
/freebsd/contrib/libfido2/src/
H A Dassert.c424 (md = EVP_sha384()) == NULL || in get_es384_hash()
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in128 /* Define to 1 if you have the `EVP_sha384' function. */
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c1425 EVP_sha384,
/freebsd/crypto/openssl/include/openssl/
H A Devp.h916 const EVP_MD *EVP_sha384(void);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1798 EVP_sha384;
/freebsd/tests/sys/kern/
H A Dktls_test.c653 return (EVP_sha384()); in tls_EVP_MD()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2488 MLINKS+= EVP_sha224.3 EVP_sha384.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num154 EVP_sha384 157 3_0_0 EXIST::FUNCTION: