Searched refs:not_resumable_session_cb (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h534 * can also set this bit for a new session via not_resumable_session_cb
1025 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member in struct:ssl_ctx_st
1429 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member in struct:ssl_st
H A Ds3_lib.c3760 s->not_resumable_session_cb = (int (*)(SSL *, int))fp;
4061 ctx->not_resumable_session_cb = (int (*)(SSL *, int))fp;
H A Dssl_lib.c738 s->not_resumable_session_cb = ctx->not_resumable_session_cb;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h582 * can also set this bit for a new session via not_resumable_session_cb
1143 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member in struct:ssl_ctx_st
1745 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member in struct:ssl_st
H A Ds3_lib.c3763 s->not_resumable_session_cb = (int (*)(SSL *, int))fp;
4049 ctx->not_resumable_session_cb = (int (*)(SSL *, int))fp;
H A Dssl_lib.c747 s->not_resumable_session_cb = ctx->not_resumable_session_cb;
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_srvr.c2296 if (s->not_resumable_session_cb != NULL)
2298 s->not_resumable_session_cb(s,
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c2232 if (s->not_resumable_session_cb != NULL)
2234 s->not_resumable_session_cb(s,

Completed in 461 milliseconds