/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genhash.c | 57 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 D | lws-gencrypto.c | 84 h = EVP_sha512(); in lws_gencrypto_openssl_hash_to_EVP_MD()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | c_alld.c | 41 EVP_add_digest(EVP_sha512()); in openssl_add_all_digests_int()
|
H A D | legacy_sha.c | 191 const EVP_MD *EVP_sha512(void) in EVP_sha512() function
|
/third_party/openssl/crypto/evp/ |
H A D | c_alld.c | 41 EVP_add_digest(EVP_sha512()); in openssl_add_all_digests_int()
|
H A D | legacy_sha.c | 187 const EVP_MD *EVP_sha512(void) in EVP_sha512() function
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_ossltest.c | 667 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 D | e_ossltest.c | 667 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 D | md.rs | 150 unsafe { MdRef::from_ptr(ffi::EVP_sha512() as *mut _) } in sha512()
|
H A D | hash.rs | 127 unsafe { MessageDigest(ffi::EVP_sha512()) } in sha512()
|
/third_party/fsverity-utils/lib/ |
H A D | hash_algs.c | 112 return openssl_digest_ctx_create(alg, EVP_sha512()); in create_sha512_ctx()
|
/third_party/node/src/crypto/ |
H A D | crypto_x509.cc | 85 SetProtoMethod(isolate, tmpl, "fingerprint512", Fingerprint<EVP_sha512>); in GetConstructorTemplate() 530 registry->Register(Fingerprint<EVP_sha512>); in RegisterExternalReferences()
|
H A D | crypto_common.cc | 1388 GetFingerprintDigest(env, EVP_sha512(), cert)) || in X509ToObject()
|
/third_party/openssl/test/ |
H A D | danetest.c | 394 || !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 D | evp.rs | 294 pub fn EVP_sha512() -> *const EVP_MD; in EVP_sha512() functions
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | passwd.c | 540 sha = EVP_sha512(); in shacrypt()
|
/third_party/openssl/apps/ |
H A D | passwd.c | 540 sha = EVP_sha512(); in shacrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 294 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 D | crypto_openssl.c | 367 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 D | coap_openssl.c | 3637 {COSE_ALGORITHM_SHA_512, EVP_sha512, 64}, 3742 {COSE_HMAC_ALG_HMAC512_512, EVP_sha512},
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 713 const EVP_MD *EVP_sha512(void);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 917 const EVP_MD *EVP_sha512(void);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 915 const EVP_MD *EVP_sha512(void);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 4616 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 D | sqlite3.c | [all...] |