Searched refs:EVP_MD_CTX_destroy (Results 1 – 11 of 11) sorted by relevance
101 NativeCrypto.EVP_MD_CTX_destroy(context); in doFree()
218 static native void EVP_MD_CTX_destroy(long ctx); in EVP_MD_CTX_destroy() method in NativeCrypto
269 OPENSSL_EXPORT void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
116 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { EVP_MD_CTX_free(ctx); } in EVP_MD_CTX_destroy() function
173 EVP_MD_CTX_destroy(md_ctx); in TEST()
99 EVP_MD_CTX_create(), [](EVP_MD_CTX* ptr) { EVP_MD_CTX_destroy(ptr); }); in CreateSignature()
62 #define EVP_MD_CTX_free EVP_MD_CTX_destroy
43 #define EVP_MD_CTX_free EVP_MD_CTX_destroy
340 EVP_MD_CTX_destroy(ctx); in SpeedHashChunk()
3232 EVP_MD_CTX_destroy(md_ctx); in dpp_build_conf_obj_dpp()4095 EVP_MD_CTX_destroy(md_ctx); in dpp_process_signed_connector()
2427 EVP_MD_CTX_destroy(ctx); in NativeCrypto_EVP_MD_CTX_destroy()9799 CONSCRYPT_NATIVE_METHOD(EVP_MD_CTX_destroy, "(J)V"),