Home
last modified time | relevance | path

Searched refs:not_resumable_session_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1103 int (*not_resumable_session_cb)(SSL *ssl, int is_forward_secure); member
1799 int (*not_resumable_session_cb)(SSL *ssl, int is_forward_secure); member
H A Ds3_lib.c4336 sc->not_resumable_session_cb = (int (*)(SSL *, int))fp; in ssl3_callback_ctrl()
4631 ctx->not_resumable_session_cb = (int (*)(SSL *, int))fp; in ssl3_ctx_callback_ctrl()
H A Dssl_lib.c791 s->not_resumable_session_cb = ctx->not_resumable_session_cb; in ossl_ssl_connection_new_int()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c2360 if (s->not_resumable_session_cb != NULL) in tls_post_process_client_hello()
2361 s->session->not_resumable = s->not_resumable_session_cb(ussl, in tls_post_process_client_hello()