Searched refs:not_resumable_session_cb (Results 1 – 4 of 4) sorted by relevance
1092 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member1745 int (*not_resumable_session_cb) (SSL *ssl, int is_forward_secure); member
3863 sc->not_resumable_session_cb = (int (*)(SSL *, int))fp; in ssl3_callback_ctrl()4153 ctx->not_resumable_session_cb = (int (*)(SSL *, int))fp; in ssl3_ctx_callback_ctrl()
791 s->not_resumable_session_cb = ctx->not_resumable_session_cb; in ossl_ssl_connection_new_int()
2326 if (s->not_resumable_session_cb != NULL) in tls_post_process_client_hello()2328 s->not_resumable_session_cb(ussl, in tls_post_process_client_hello()
Completed in 66 milliseconds