Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_local.h1137 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member
1739 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member
A Ds3_lib.c3749 s->not_resumable_session_cb = (int (*)(SSL *, int))fp; in ssl3_callback_ctrl()
4025 ctx->not_resumable_session_cb = (int (*)(SSL *, int))fp; in ssl3_ctx_callback_ctrl()
A Dssl_lib.c732 s->not_resumable_session_cb = ctx->not_resumable_session_cb; in SSL_new()
/openssl-master/ssl/statem/
A Dstatem_srvr.c2232 if (s->not_resumable_session_cb != NULL) in tls_post_process_client_hello()
2234 s->not_resumable_session_cb(s, in tls_post_process_client_hello()

Completed in 33 milliseconds