Searched refs:SSL_free (Results 1 – 13 of 13) sorted by relevance
335 NativeCrypto.SSL_free(s2); in test_SSL_new()337 NativeCrypto.SSL_free(s); in test_SSL_new()359 NativeCrypto.SSL_free(s); in test_SSL_use_certificate()385 NativeCrypto.SSL_free(s); in test_SSL_use_PrivateKey_for_tls_channel_id()407 NativeCrypto.SSL_free(s); in test_SSL_use_PrivateKey()430 NativeCrypto.SSL_free(s); in test_SSL_check_private_key_no_key_no_cert()450 NativeCrypto.SSL_free(s); in test_SSL_check_private_key_cert_then_key()469 NativeCrypto.SSL_free(s); in test_SSL_check_private_key_key_then_cert()483 NativeCrypto.SSL_free(s); in test_SSL_get_mode()510 NativeCrypto.SSL_free(s); in test_SSL_set_mode_and_clear_mode()[all …]
23 using ScopedSSL = ScopedOpenSSLType<SSL, SSL_free>;
99 SSL_free(ssl); in Server()
264 SSL_free(ssl); in open_ssl_connection()585 SSL_free(client->tlsSession); in FreeTLS()
132 SSL_free(ctx->ssl); in rfbssl_destroy()
712 NativeCrypto.SSL_free(sslNativePointer); in free()
1163 NativeCrypto.SSL_free(sslNativePointer); in free()
1148 public static native void SSL_free(long sslNativePointer); in SSL_free() method in NativeCrypto
1100 SSL_free(conn->ssl); in tls_connection_init()1109 SSL_free(conn->ssl); in tls_connection_init()1125 SSL_free(conn->ssl); in tls_connection_deinit()
360 SSL_free(s); in SSL_new()520 void SSL_free(SSL *ssl) { in SSL_free() function
208 SSL_free(server);
286 OPENSSL_EXPORT void SSL_free(SSL *ssl);
288 SSL_free(p); in operator ()()10453 SSL_free(ssl);10876 NATIVE_METHOD(NativeCrypto, SSL_free, "(J)V"),