Searched refs:EVP_sha384 (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dc_alld.c40 EVP_add_digest(EVP_sha384());
H A Dm_sha1.c275 const EVP_MD *EVP_sha384(void) function
/freebsd-12-stable/crypto/openssh/
H A Ddigest-openssl.c40 # define EVP_sha384 NULL macro
61 { SSH_DIGEST_SHA384, "SHA384", 48, EVP_sha384 },
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c59 EVP_sha384(),
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_init.c88 EVP_add_digest(EVP_sha384());
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_secalgo.c229 if(!sldns_digest_evp(buf, len, res, EVP_sha384()))
230 log_crypto_error("could not digest with EVP_sha384",
433 ecdsa_evp_384_md = *EVP_sha384();
596 *digest_type = EVP_sha384();
/freebsd-12-stable/contrib/ldns/
H A Dtsig.c145 return EVP_sha384();
H A Ddnssec_sign.c179 EVP_sha384());
H A Ddnssec_verify.c2006 else d = EVP_sha384(); /* LDNS_ECDSAP384SHA384 */
H A Dconfigure15405 for ac_func in EVP_sha256 EVP_sha384 EVP_sha512 ENGINE_load_cryptodev EVP_PKEY_keygen ECDSA_SIG_get0 EVP_MD_CTX_new EVP_PKEY_base_id DSA_SIG_set0 DSA_SIG_get0 EVP_dss1 DSA_get0_pqg DSA_get0_key
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dhmacsha.c135 HMAC_Init(ctx, (const void *) key, (int) len, EVP_sha384());
H A Dsha2.c188 EVP_DigestInit(context, EVP_sha384());
/freebsd-12-stable/tools/tools/crypto/
H A Dcryptocheck.c148 .evp_md = EVP_sha384 },
158 .evp_md = EVP_sha384 },
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c1125 EVP_DigestInit(*ctx, EVP_sha384());
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c285 return openssl_digest_vector(EVP_sha384(), num_elem, addr, len, mac);
1167 return openssl_hmac_vector(EVP_sha384(), key, key_len, num_elem, addr,
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h712 const EVP_MD *EVP_sha384(void);
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c1425 EVP_sha384,
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c4614 sign_md = EVP_sha384();
5153 *ret_md = EVP_sha384();
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1864 MLINKS+= EVP_sha224.3 EVP_sha384.3

Completed in 468 milliseconds