Home
last modified time | relevance | path

Searched refs:remove_session_cb (Results 1 – 25 of 75) sorted by relevance

123

/third_party/openssl/doc/man3/
DSSL_CTX_sess_set_get_cb.pod14 void (*remove_session_cb)(SSL_CTX *ctx,
82 The remove_session_cb() is called whenever the SSL engine removes a session
86 L<SSL_CTX_free(3)> is called. The remove_session_cb() is passed
DSSL_CTX_flush_sessions.pod33 cache. When a session is found and removed, the remove_session_cb is however
/third_party/openssl/ssl/
Dssl_sess.c811 if (ctx->remove_session_cb != NULL) in remove_session_lock()
812 ctx->remove_session_cb(ctx, c); in remove_session_lock()
1166 if (s->remove_session_cb != NULL) in SSL_CTX_flush_sessions()
1167 s->remove_session_cb(s, current); in SSL_CTX_flush_sessions()
1292 ctx->remove_session_cb = cb; in SSL_CTX_sess_set_remove_cb()
1297 return ctx->remove_session_cb; in SSL_CTX_sess_get_remove_cb()
Dssl_local.h881 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
/third_party/node/deps/openssl/openssl/ssl/
Dssl_sess.c811 if (ctx->remove_session_cb != NULL) in remove_session_lock()
812 ctx->remove_session_cb(ctx, c); in remove_session_lock()
1166 if (s->remove_session_cb != NULL) in SSL_CTX_flush_sessions()
1167 s->remove_session_cb(s, current); in SSL_CTX_flush_sessions()
1292 ctx->remove_session_cb = cb; in SSL_CTX_sess_set_remove_cb()
1297 return ctx->remove_session_cb; in SSL_CTX_sess_get_remove_cb()
Dssl_local.h890 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs809 remove_session_cb: *mut c_void,
879 remove_session_cb: *mut c_void,
Dssl.rs223 remove_session_cb: Option<unsafe extern "C" fn(*mut SSL_CTX, *mut SSL_SESSION)>, in SSL_CTX_sess_set_remove_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c176 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb() function
236 wolfSSL_CTX_sess_set_remove_cb(ssl_ctx, remove_session_cb); in tls_init()
Dtls_openssl.c933 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
1066 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb); in tls_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c177 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb() function
237 wolfSSL_CTX_sess_set_remove_cb(ssl_ctx, remove_session_cb); in tls_init()
Dtls_openssl.c939 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
1078 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb); in tls_init()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h715 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/openssl/test/
Dsslapitest.c2001 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() function
2049 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); in execute_test_session()
2187 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb); in execute_test_session()
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h730 void (*remove_session_cb) (struct ssl_ctx_st

123