Home
last modified time | relevance | path

Searched refs:EVP_sha512 (Results 1 - 25 of 25) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
H A 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()
H A Dlws-gencrypto.c84 h = EVP_sha512(); in lws_gencrypto_openssl_hash_to_EVP_MD()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dc_alld.c41 EVP_add_digest(EVP_sha512()); in openssl_add_all_digests_int()
H A Dlegacy_sha.c191 const EVP_MD *EVP_sha512(void) in EVP_sha512() function
/third_party/openssl/crypto/evp/
H A Dc_alld.c41 EVP_add_digest(EVP_sha512()); in openssl_add_all_digests_int()
H A Dlegacy_sha.c187 const EVP_MD *EVP_sha512(void) in EVP_sha512() function
/third_party/node/deps/openssl/openssl/engines/
H A 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/openssl/engines/
H A 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/rust/crates/rust-openssl/openssl/src/
H A Dmd.rs150 unsafe { MdRef::from_ptr(ffi::EVP_sha512() as *mut _) } in sha512()
H A Dhash.rs127 unsafe { MessageDigest(ffi::EVP_sha512()) } in sha512()
/third_party/fsverity-utils/lib/
H A Dhash_algs.c112 return openssl_digest_ctx_create(alg, EVP_sha512()); in create_sha512_ctx()
/third_party/node/src/crypto/
H A Dcrypto_x509.cc85 SetProtoMethod(isolate, tmpl, "fingerprint512", Fingerprint<EVP_sha512>); in GetConstructorTemplate()
530 registry->Register(Fingerprint<EVP_sha512>); in RegisterExternalReferences()
H A Dcrypto_common.cc1388 GetFingerprintDigest(env, EVP_sha512(), cert)) || in X509ToObject()
/third_party/openssl/test/
H A 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/
H A Devp.rs294 pub fn EVP_sha512() -> *const EVP_MD; in EVP_sha512() functions
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c540 sha = EVP_sha512(); in shacrypt()
/third_party/openssl/apps/
H A Dpasswd.c540 sha = EVP_sha512(); in shacrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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/libcoap/src/
H A Dcoap_openssl.c3637 {COSE_ALGORITHM_SHA_512, EVP_sha512, 64},
3742 {COSE_HMAC_ALG_HMAC512_512, EVP_sha512},
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h713 const EVP_MD *EVP_sha512(void);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h917 const EVP_MD *EVP_sha512(void);
/third_party/openssl/include/openssl/
H A Devp.h915 const EVP_MD *EVP_sha512(void);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A 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/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 165 milliseconds