| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_sess.c | 1149 ctx->new_session_cb = cb; 1153 return ctx->new_session_cb;
|
| ssl_local.h | 772 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| ssl_lib.c | 3564 if (s->session_ctx->new_session_cb != NULL) { 3566 if (!s->session_ctx->new_session_cb(s, s->session))
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_sess.c | 1351 ctx->new_session_cb = cb; 1356 return ctx->new_session_cb;
|
| ssl_local.h | 832 int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| ssl_lib.c | 4760 if (s->session_ctx->new_session_cb != NULL && SSL_SESSION_up_ref(s->session)) { 4761 if (!s->session_ctx->new_session_cb(SSL_CONNECTION_GET_USER_SSL(s),
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_sess.c | 1323 ctx->new_session_cb = cb; 1327 return ctx->new_session_cb;
|
| ssl_local.h | 880 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| ssl_lib.c | 3803 if (s->session_ctx->new_session_cb != NULL) { 3805 if (!s->session_ctx->new_session_cb(s, s->session))
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quicapitest.c | 2357 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) function 2373 /* Test using a new_session_cb with a QUIC SSL object works as expected */ 2386 SSL_CTX_sess_set_new_cb(cctx, new_session_cb);
|
| sslapitest.c | 2043 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) function 2101 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 2239 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); 2691 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 2747 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); 2749 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 2756 * Note that we have new_session_cb on both sctx and cctx, so new_called is
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_client.c | 750 static int new_session_cb(SSL *s, SSL_SESSION *sess) function 1940 SSL_CTX_sess_set_new_cb(ctx, new_session_cb);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_client.c | 850 static int new_session_cb(SSL *s, SSL_SESSION *sess) function 1985 SSL_CTX_sess_set_new_cb(ctx, new_session_cb);
|
| /src/external/bsd/unbound/dist/testcode/ |
| doqclient.c | 1333 new_session_cb(SSL* ssl, SSL_SESSION* session) 2294 SSL_CTX_sess_set_new_cb(data->ctx, new_session_cb);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| sslapitest.c | 2006 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) function 2064 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 2202 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); 2656 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 2713 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); 2715 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 2722 * Note that we have new_session_cb on both sctx and cctx, so new_called is
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| sslapitest.c | 1128 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) function 1186 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); 1320 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); 1732 SSL_CTX_sess_set_new_cb(cctx, new_session_cb);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_client.c | 897 static int new_session_cb(SSL *s, SSL_SESSION *sess) function 2148 SSL_CTX_sess_set_new_cb(ctx, new_session_cb);
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ssl.h | 710 int (*new_session_cb) (struct ssl_st *ssl,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| ssl.h.in | 724 int (*new_session_cb)(struct ssl_st *ssl,
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| ssl.h.in | 702 int (*new_session_cb) (struct ssl_st *ssl,
|