Home
last modified time | relevance | path

Searched refs:SSL_CTX_remove_session (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_msg.c59 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_send_alert()
H A Dssl_sess.c653 SSL_CTX_remove_session(s->session_ctx, ret); in ssl_get_prev_session()
789 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function
1196 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl_clear_bad_session()
/third_party/openssl/ssl/
H A Ds3_msg.c59 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_send_alert()
H A Dssl_sess.c687 SSL_CTX_remove_session(s->session_ctx, ret); in ssl_get_prev_session()
823 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function
1230 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl_clear_bad_session()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c618 SSL_CTX_remove_session(s->session_ctx, s->session); in dtls1_read_bytes()
H A Drec_layer_s3.c1595 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_read_bytes()
/third_party/openssl/ssl/record/
H A Drec_layer_d1.c618 SSL_CTX_remove_session(s->session_ctx, s->session); in dtls1_read_bytes()
H A Drec_layer_s3.c1606 SSL_CTX_remove_session(s->session_ctx, s->session); in ssl3_read_bytes()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1882 #[corresponds(SSL_CTX_remove_session)]
1884 ffi::SSL_CTX_remove_session(self.as_ptr(), session.as_ptr()) != 0 in remove_session()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs557 pub fn SSL_CTX_remove_session(ctx: *mut SSL_CTX, session: *mut SSL_SESSION) -> c_int; in SSL_CTX_remove_session() functions
/third_party/openssl/test/
H A Dsslapitest.c2147 || !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()
2249 * SSL_CTX_remove_session() also marks the session as non-resumable. in execute_test_session()
2255 || !TEST_true(SSL_CTX_remove_session(sctx, sess2))) in execute_test_session()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c1130 && !SSL_CTX_remove_session(s->session_ctx, sess)) { in tls_parse_ctos_psk()
H A Dstatem_lib.c1146 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_finish_handshake()
H A Dstatem_clnt.c2519 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_process_new_session_ticket()
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c1111 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_finish_handshake()
H A Dextensions_srvr.c1130 && !SSL_CTX_remove_session(s->session_ctx, sess)) { in tls_parse_ctos_psk()
H A Dstatem_clnt.c2511 SSL_CTX_remove_session(s->session_ctx, s->session); in tls_process_new_session_ticket()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1668 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1778 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);

Completed in 93 milliseconds

1234