/third_party/openssl/doc/man3/ |
D | SSL_CTX_sess_set_get_cb.pod | 14 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
|
D | SSL_CTX_flush_sessions.pod | 33 cache. When a session is found and removed, the remove_session_cb is however
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 811 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()
|
D | ssl_local.h | 881 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_sess.c | 811 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()
|
D | ssl_local.h | 890 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | types.rs | 809 remove_session_cb: *mut c_void, 879 remove_session_cb: *mut c_void,
|
D | ssl.rs | 223 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/ |
D | tls_wolfssl.c | 176 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()
|
D | tls_openssl.c | 933 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/ |
D | tls_wolfssl.c | 177 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()
|
D | tls_openssl.c | 939 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/ |
D | ssl.h | 715 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/openssl/test/ |
D | sslapitest.c | 2001 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/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/ |
D | ssl.h | 730 void (*remove_session_cb) (struct ssl_ctx_st
|