Home
last modified time | relevance | path

Searched refs:EVP_sha512 (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_sha224.pod10 EVP_sha512
22 const EVP_MD *EVP_sha512(void);
36 EVP_sha512()
DSSL_CTX_dane_enable.pod61 is mapped to C<EVP_sha512()> with a strength ordinal of C<2>.
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genhash.c57 ctx->evp_type = EVP_sha512(); in lws_genhash_init()
122 ctx->evp_type = EVP_sha512(); in lws_genhmac_init()
197 ctx->evp_type = EVP_sha512(); in lws_genhmac_init()
Dlws-gencrypto.c84 h = EVP_sha512(); in lws_gencrypto_openssl_hash_to_EVP_MD()
/third_party/openssl/crypto/evp/
Dc_alld.c41 EVP_add_digest(EVP_sha512()); in openssl_add_all_digests_int()
Dlegacy_sha.c187 const EVP_MD *EVP_sha512(void) in EVP_sha512() function
/third_party/openssl/engines/
De_ossltest.c667 return EVP_MD_meth_get_init(EVP_sha512())(ctx); in digest_sha512_init()
673 return EVP_MD_meth_get_update(EVP_sha512())(ctx, data, count); in digest_sha512_update()
678 int ret = EVP_MD_meth_get_final(EVP_sha512())(ctx, md); in digest_sha512_final()
/third_party/fsverity-utils/lib/
Dhash_algs.c112 return openssl_digest_ctx_create(alg, EVP_sha512()); in create_sha512_ctx()
/third_party/rust/crates/rust-openssl/openssl/src/
Dmd.rs150 unsafe { MdRef::from_ptr(ffi::EVP_sha512() as *mut _) } in sha512()
Dhash.rs127 unsafe { MessageDigest(ffi::EVP_sha512()) } in sha512()
/third_party/openssl/test/
Ddanetest.c394 || !TEST_int_gt(SSL_CTX_dane_mtype_set(ctx, EVP_sha512(), 2, 1), 0) in run_tlsatest()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs285 pub fn EVP_sha512() -> *const EVP_MD; in EVP_sha512() function
/third_party/openssl/apps/
Dpasswd.c540 sha = EVP_sha512(); in shacrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c367 return openssl_digest_vector(EVP_sha512(), num_elem, addr, len, mac); in sha512_vector()
1259 return openssl_hmac_vector(EVP_sha512(), key, key_len, num_elem, addr, in hmac_sha512_vector()
3246 sign_md = EVP_sha512(); in crypto_csr_sign()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c294 return openssl_digest_vector(EVP_sha512(), num_elem, addr, len, mac); in sha512_vector()
1186 return openssl_hmac_vector(EVP_sha512(), key, key_len, num_elem, addr, in hmac_sha512_vector()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h713 const EVP_MD *EVP_sha512(void);
/third_party/openssl/include/openssl/
Devp.h915 const EVP_MD *EVP_sha512(void);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c4616 sign_md = EVP_sha512(); in dpp_build_conf_obj_dpp()
5156 *ret_md = EVP_sha512(); in dpp_parse_jws_prot_hdr()
/third_party/openssl/util/
Dlibcrypto.num3224 EVP_sha512 3293 3_0_0 EXIST::FUNCTION: