| /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/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/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/apache2/openssl/dist/ssl/ |
| ssl_local.h | 832 int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 880 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 772 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
|