Searched refs:SSL_CTX_remove_session (Results 1 – 20 of 20) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_add_session.pod | 5 SSL_CTX_add_session, SSL_CTX_remove_session - manipulate session cache 13 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c); 22 SSL_CTX_remove_session() removes the session B<c> from the context B<ctx> and
|
D | SSL_CTX_sess_set_get_cb.pod | 80 L<SSL_CTX_remove_session(3)> after a session has been used.
|
/third_party/openssl/ssl/ |
D | s3_msg.c | 53 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_send_alert()
|
D | ssl_sess.c | 587 SSL_CTX_remove_session(s->session_ctx, ret); in ssl_get_prev_session() 714 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function 1092 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl_clear_bad_session()
|
/third_party/boringssl/src/ssl/ |
D | ssl_session.cc | 702 SSL_CTX_remove_session(ssl->session_ctx.get(), session.get()); in ssl_lookup_session() 1145 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session) { in SSL_CTX_remove_session() function
|
D | ssl_test.cc | 1543 ASSERT_TRUE(SSL_CTX_remove_session(ctx.get(), sessions[6].get())); in TEST() 1548 ASSERT_FALSE(SSL_CTX_remove_session(ctx.get(), sessions[0].get())); in TEST() 1549 ASSERT_FALSE(SSL_CTX_remove_session(ctx.get(), sessions[7].get())); in TEST()
|
/third_party/openssl/ssl/record/ |
D | rec_layer_d1.c | 620 SSL_CTX_remove_session(s->session_ctx, s->session); in dtls1_read_bytes()
|
D | rec_layer_s3.c | 1549 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_read_bytes()
|
/third_party/openssl/util/ |
D | libssl.num | 50 SSL_CTX_remove_session 51 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/test/ |
D | sslapitest.c | 1143 || !TEST_true(SSL_CTX_remove_session(cctx, sess2))) in execute_test_session() 1149 if (!TEST_false(SSL_CTX_remove_session(cctx, sess2))) in execute_test_session() 1226 if (!TEST_false(SSL_CTX_remove_session(sctx, sess2))) in execute_test_session() 1249 || !TEST_true(SSL_CTX_remove_session(sctx, sess2))) in execute_test_session()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 1205 && !SSL_CTX_remove_session(s->session_ctx, sess)) { in tls_parse_ctos_psk()
|
D | statem_lib.c | 1101 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_finish_handshake()
|
D | statem_clnt.c | 2633 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_process_new_session_ticket()
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 277 =item int B<SSL_CTX_remove_session>(SSL_CTX *ctx, SSL_SESSION *c);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1668 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 1974 OPENSSL_EXPORT int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 117 #define SSL_CTX_remove_session BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_remove_session) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 5511 if (SSL_CTX_remove_session(conn->ssl_ctx, sess) != 1) in tls_connection_remove_session()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 5511 if (SSL_CTX_remove_session(conn->ssl_ctx, sess) != 1) in tls_connection_remove_session()
|
/third_party/openssl/ |
D | CHANGES | 9518 *) Make removal from session cache (SSL_CTX_remove_session()) more robust:
|