/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_sha224.pod | 9 EVP_sha384, 21 const EVP_MD *EVP_sha384(void); 35 EVP_sha384(),
|
/freebsd/crypto/openssh/ |
H A D | digest-openssl.c | 39 # define EVP_sha384 NULL macro 62 { SSH_DIGEST_SHA384, "SHA384", 48, EVP_sha384 },
|
H A D | configure.ac | 3123 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 D | c_alld.c | 40 EVP_add_digest(EVP_sha384()); in openssl_add_all_digests_int()
|
H A D | legacy_sha.c | 176 const EVP_MD *EVP_sha384(void) in EVP_sha384() function
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_hmac.c | 59 EVP_sha384(), in test()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_ossltest.c | 643 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 D | val_secalgo.c | 191 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 D | manpages | 115 hcrypto/man/man3/EVP_sha384.3
|
/freebsd/contrib/ldns/ |
H A D | tsig.c | 145 return EVP_sha384(); in ldns_digest_function()
|
H A D | dnssec_sign.c | 188 EVP_sha384()); in ldns_sign_public_buffer()
|
H A D | dnssec_verify.c | 2001 else d = EVP_sha384(); /* LDNS_ECDSAP384SHA384 */ in ldns_verify_rrsig_ecdsa_raw()
|
H A D | configure.ac | 365 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 D | crypto_openssl.c | 432 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 D | cryptocheck.c | 185 .evp_md = EVP_sha384 }, 197 .evp_md = EVP_sha384 },
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 1181 if (!EVP_DigestInit(*ctx, EVP_sha384())) in __archive_sha384init()
|
/freebsd/contrib/libfido2/src/ |
H A D | assert.c | 424 (md = EVP_sha384()) == NULL || in get_es384_hash()
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 128 /* Define to 1 if you have the `EVP_sha384' function. */
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crypto.c | 1425 EVP_sha384,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 916 const EVP_MD *EVP_sha384(void);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1798 EVP_sha384;
|
/freebsd/tests/sys/kern/ |
H A D | ktls_test.c | 653 return (EVP_sha384()); in tls_EVP_MD()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2488 MLINKS+= EVP_sha224.3 EVP_sha384.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 154 EVP_sha384 157 3_0_0 EXIST::FUNCTION:
|