/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 | 59 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_send_alert()
|
D | ssl_sess.c | 650 SSL_CTX_remove_session(s->session_ctx, ret); in ssl_get_prev_session() 786 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function 1193 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl_clear_bad_session()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | s3_msg.c | 59 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_send_alert()
|
D | ssl_sess.c | 650 SSL_CTX_remove_session(s->session_ctx, ret); in ssl_get_prev_session() 786 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function 1193 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl_clear_bad_session()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
D | rec_layer_d1.c | 618 SSL_CTX_remove_session(s->session_ctx, s->session); in dtls1_read_bytes()
|
D | rec_layer_s3.c | 1591 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_read_bytes()
|
/third_party/openssl/ssl/record/ |
D | rec_layer_d1.c | 618 SSL_CTX_remove_session(s->session_ctx, s->session); in dtls1_read_bytes()
|
D | rec_layer_s3.c | 1591 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_read_bytes()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 557 pub fn SSL_CTX_remove_session(ctx: *mut SSL_CTX, session: *mut SSL_SESSION) -> c_int; in SSL_CTX_remove_session() function
|
/third_party/node/deps/openssl/openssl/util/ |
D | libssl.num | 50 SSL_CTX_remove_session 51 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/util/ |
D | libssl.num | 50 SSL_CTX_remove_session 51 3_0_0 EXIST::FUNCTION:
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 1882 #[corresponds(SSL_CTX_remove_session)] 1884 ffi::SSL_CTX_remove_session(self.as_ptr(), session.as_ptr()) != 0 in remove_session()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 1130 && !SSL_CTX_remove_session(s->session_ctx, sess)) { in tls_parse_ctos_psk()
|
D | statem_lib.c | 1111 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_finish_handshake()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
D | statem_lib.c | 1146 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_finish_handshake()
|
D | extensions_srvr.c | 1130 && !SSL_CTX_remove_session(s->session_ctx, sess)) { in tls_parse_ctos_psk()
|
/third_party/openssl/test/ |
D | sslapitest.c | 2147 || !TEST_true(SSL_CTX_remove_session(cctx, sess2))) in execute_test_session() 2153 if (!TEST_false(SSL_CTX_remove_session(cctx, sess2))) in execute_test_session() 2230 if (!TEST_false(SSL_CTX_remove_session(sctx, sess2))) in execute_test_session() 2255 || !TEST_true(SSL_CTX_remove_session(sctx, sess2))) in execute_test_session()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1668 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | ssl.h | 1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
D | ssl.h | 1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
D | ssl.h | 1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | ssl.h | 1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | ssl.h | 1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|