Searched refs:SSL_SESSION_free (Results 1 – 18 of 18) sorted by relevance
186 void SSL_SESSION_free(SSL_SESSION *session) { in SSL_SESSION_free() function351 SSL_SESSION_free(ssl->session); in ssl_get_new_session()356 SSL_SESSION_free(session); in ssl_get_new_session()490 SSL_SESSION_free(session); in ssl_get_prev_session()496 SSL_SESSION_free(session); in ssl_get_prev_session()509 SSL_SESSION_free(session); in SSL_CTX_add_session()517 SSL_SESSION_free(old_session); in SSL_CTX_add_session()524 SSL_SESSION_free(old_session); in SSL_CTX_add_session()570 SSL_SESSION_free(found_session); in remove_session_lock()582 SSL_SESSION_free(ssl->session); in SSL_set_session()[all …]
679 SSL_SESSION_free(ret); in SSL_SESSION_parse()692 SSL_SESSION_free(ret); in SSL_SESSION_from_bytes()713 SSL_SESSION_free(*a); in d2i_SSL_SESSION()
944 SSL_SESSION_free(session); in ~ScopedSessionVector()
487 SSL_SESSION_free(ssl->session); in SSL_free()1770 SSL_SESSION_free(ssl->session); in ssl_update_cache()2580 SSL_SESSION_free(ssl->session); in SSL_clear()
942 SSL_SESSION_free(ssl->session); in ssl3_get_client_hello()1111 SSL_SESSION_free(session); in ssl3_get_client_hello()
1476 SSL_SESSION_free(ssl->session); in ssl3_get_new_session_ticket()
25 using ScopedSSL_SESSION = ScopedOpenSSLType<SSL_SESSION, SSL_SESSION_free>;
564 SSL_SESSION_free(session); in NewSessionCallback()
445 NativeCrypto.SSL_SESSION_free(sslSessionCtx); in unwrap()566 NativeCrypto.SSL_SESSION_free(sslSessionCtx); in wrap()
486 NativeCrypto.SSL_SESSION_free(sslSessionNativePointer); in finalize()
1206 public static native void SSL_SESSION_free(long sslSessionNativePointer); in SSL_SESSION_free() method in NativeCrypto
666 NativeCrypto.SSL_SESSION_free(sslSessionNativePointer); in setupSession()
281 #define SSL_SESSION_free SSL_SESSION_FREE macro
690 NativeCrypto.SSL_SESSION_free(session); in afterHandshake()1728 NativeCrypto.SSL_SESSION_free(clientSession[0]); in test_SSL_set_session()1729 NativeCrypto.SSL_SESSION_free(serverSession[0]); in test_SSL_set_session()2572 NativeCrypto.SSL_SESSION_free(NULL); in test_SSL_SESSION_free()2606 NativeCrypto.SSL_SESSION_free(session2); in test_i2d_SSL_SESSION()
998 SSL_SESSION_free(ptr); in Curl_ossl_session_free()2816 SSL_SESSION_free(our_ssl_sessionid); in ossl_connect_step3()
1427 OPENSSL_EXPORT void SSL_SESSION_free(SSL_SESSION *session);
10667 SSL_SESSION_free(ssl_session);11294 NATIVE_METHOD(NativeCrypto, SSL_SESSION_free, "(J)V"),
685 SSL_SESSION_free() after each consecutive SSL_get1_session() to avoid