Searched refs:gen_cb (Results 1 – 3 of 3) sorted by relevance
22 SSL_CTX_generate_session_ticket_fn gen_cb,30 SSL_CTX_set_set_session_ticket_cb() sets the application callbacks B<gen_cb>35 B<gen_cb> is the application defined callback invoked when a session ticket is38 is the same as that given to SSL_CTX_set_session_ticket_cb(). The B<gen_cb>54 and tickets are created by the handshake, the B<gen_cb> is provided to notify153 When the B<gen_cb> callback is invoked, the SSL_get_session() function can be157 successful resumption and therefore B<gen_cb> will not be called. In TLSv1.3 the168 The B<gen_cb> callback must return 1 to continue the connection. A return of 0
7321 SSL_CTX_generate_session_ticket_fn gen_cb, in SSL_CTX_set_session_ticket_cb() argument7325 ctx->generate_ticket_cb = gen_cb; in SSL_CTX_set_session_ticket_cb()
2775 SSL_CTX_generate_session_ticket_fn gen_cb,
Completed in 39 milliseconds