Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod22 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 is
38 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 notify
153 When the B<gen_cb> callback is invoked, the SSL_get_session() function can be
157 successful resumption and therefore B<gen_cb> will not be called. In TLSv1.3 the
168 The B<gen_cb> callback must return 1 to continue the connection. A return of 0
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5917 SSL_CTX_generate_session_ticket_fn gen_cb, in SSL_CTX_set_session_ticket_cb() argument
5921 ctx->generate_ticket_cb = gen_cb; in SSL_CTX_set_session_ticket_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2573 SSL_CTX_generate_session_ticket_fn gen_cb,
H A Dssl.h.in2501 SSL_CTX_generate_session_ticket_fn gen_cb,