| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_sess.c | 737 if (ctx->remove_session_cb != NULL) 738 ctx->remove_session_cb(ctx, c); 1061 if (p->ctx->remove_session_cb != NULL) 1062 p->ctx->remove_session_cb(p->ctx, s); 1159 ctx->remove_session_cb = cb; 1164 return ctx->remove_session_cb;
|
| ssl_local.h | 768 * remove_session_cb is not null, it will be called when a session-id is 773 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| ssl_lib.c | 3546 * - the application has set a remove_session_cb so needs to know about 3555 || s->session_ctx->remove_session_cb != NULL
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_sess.c | 835 if (ctx->remove_session_cb != NULL) 836 ctx->remove_session_cb(ctx, c); 1229 * But still do the remove_session_cb() within the lock. 1237 if (s->remove_session_cb != NULL) 1238 s->remove_session_cb(s, current); 1362 ctx->remove_session_cb = cb; 1368 return ctx->remove_session_cb;
|
| ssl_local.h | 828 * remove_session_cb is not null, it will be called when a session-id is 833 void (*remove_session_cb)(struct ssl_ctx_st *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| ssl_lib.c | 4742 * - the application has set a remove_session_cb so needs to know about 4751 || s->session_ctx->remove_session_cb != NULL
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_sess.c | 852 if (ctx->remove_session_cb != NULL) 853 ctx->remove_session_cb(ctx, c); 1199 * But still do the remove_session_cb() within the lock. 1207 if (s->remove_session_cb != NULL) 1208 s->remove_session_cb(s, current); 1333 ctx->remove_session_cb = cb; 1338 return ctx->remove_session_cb;
|
| ssl_local.h | 876 * remove_session_cb is not null, it will be called when a session-id is 881 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| ssl_lib.c | 3785 * - the application has set a remove_session_cb so needs to know about 3794 || s->session_ctx->remove_session_cb != NULL
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| tls_wolfssl.c | 183 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) function 277 wolfSSL_CTX_sess_set_remove_cb(ssl_ctx, remove_session_cb);
|
| tls_openssl.c | 957 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function 1131 SSL_CTX_sess_set_remove_cb(ssl, remove_session_cb);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| sslapitest.c | 1139 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function 1187 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); 1321 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb);
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ssl.h | 715 void (*remove_session_cb) (struct ssl_ctx_st
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| sslapitest.c | 2054 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function 2102 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); 2240 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| sslapitest.c | 2017 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) function 2065 SSL_CTX_sess_set_remove_cb(cctx, remove_session_cb); 2203 SSL_CTX_sess_set_remove_cb(sctx, remove_session_cb);
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| ssl.h.in | 729 void (*remove_session_cb)(struct ssl_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| ssl.h.in | 707 void (*remove_session_cb) (struct ssl_ctx_st
|