Home
last modified time | relevance | path

Searched refs:dec_cb (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod23 SSL_CTX_decrypt_session_ticket_fn dec_cb,
31 and B<dec_cb> that are used by a server to set and get application data stored
41 B<dec_cb> is the application defined callback invoked after session ticket
48 B<dec_cb> callback is defined as type B<SSL_CTX_decrypt_session_ticket_fn>.
63 after a session has been created. The B<dec_cb> is provided to notify the
68 When the B<dec_cb> callback is invoked, the SSL_SESSION B<ss> has not yet been
73 The B<keyname> and B<keyname_len> arguments to B<dec_cb> may be used to identify
171 The B<dec_cb> callback must return a value as described in L</NOTES> above.
/openssl/ssl/
H A Dssl_lib.c7322 SSL_CTX_decrypt_session_ticket_fn dec_cb, in SSL_CTX_set_session_ticket_cb() argument
7326 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()
/openssl/include/openssl/
H A Dssl.h.in2776 SSL_CTX_decrypt_session_ticket_fn dec_cb,

Completed in 35 milliseconds