Searched refs:EVP_MD_CTX_destroy (Results 1 – 8 of 8) sorted by relevance
118 OPENSSL_EXPORT void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);272 BORINGSSL_MAKE_DELETER(EVP_MD_CTX, EVP_MD_CTX_destroy)
52 using ScopedEVP_MD_CTX = ScopedOpenSSL<EVP_MD_CTX, EVP_MD_CTX_destroy>;
101 NativeCrypto.EVP_MD_CTX_destroy(context); in doFree()
186 static native void EVP_MD_CTX_destroy(long ctx); in EVP_MD_CTX_destroy() method in NativeCrypto
108 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { in EVP_MD_CTX_destroy() function
62 #define EVP_MD_CTX_free EVP_MD_CTX_destroy
326 EVP_MD_CTX_destroy(ctx); in SpeedHashChunk()
2229 EVP_MD_CTX_destroy(ctx); in NativeCrypto_EVP_MD_CTX_destroy()9414 CONSCRYPT_NATIVE_METHOD(NativeCrypto, EVP_MD_CTX_destroy, "(J)V"),