Searched refs:EVP_sha512 (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EVP_sha224.pod | 10 EVP_sha512 22 const EVP_MD *EVP_sha512(void); 36 EVP_sha512()
|
D | SSL_CTX_dane_enable.pod | 61 is mapped to C<EVP_sha512()> with a strength ordinal of C<2>.
|
/third_party/libwebsockets/lib/tls/openssl/ |
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()
|
D | lws-gencrypto.c | 84 h = EVP_sha512(); in lws_gencrypto_openssl_hash_to_EVP_MD()
|
/third_party/openssl/crypto/evp/ |
D | c_alld.c | 41 EVP_add_digest(EVP_sha512()); in openssl_add_all_digests_int()
|
D | legacy_sha.c | 187 const EVP_MD *EVP_sha512(void) in EVP_sha512() function
|
/third_party/openssl/engines/ |
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/fsverity-utils/lib/ |
D | hash_algs.c | 112 return openssl_digest_ctx_create(alg, EVP_sha512()); in create_sha512_ctx()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | md.rs | 150 unsafe { MdRef::from_ptr(ffi::EVP_sha512() as *mut _) } in sha512()
|
D | hash.rs | 127 unsafe { MessageDigest(ffi::EVP_sha512()) } in sha512()
|
/third_party/openssl/test/ |
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/ |
D | evp.rs | 285 pub fn EVP_sha512() -> *const EVP_MD; in EVP_sha512() function
|
/third_party/openssl/apps/ |
D | passwd.c | 540 sha = EVP_sha512(); in shacrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
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/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
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/openssl/ohos_lite/include/openssl/ |
D | evp.h | 713 const EVP_MD *EVP_sha512(void);
|
/third_party/openssl/include/openssl/ |
D | evp.h | 915 const EVP_MD *EVP_sha512(void);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
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/openssl/util/ |
D | libcrypto.num | 3224 EVP_sha512 3293 3_0_0 EXIST::FUNCTION:
|