Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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.
/third_party/openssl/ssl/
Dssl_lib.c5670 SSL_CTX_decrypt_session_ticket_fn dec_cb, in SSL_CTX_set_session_ticket_cb() argument
5674 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()
/third_party/openssl/include/openssl/
Dssl.h2415 SSL_CTX_decrypt_session_ticket_fn dec_cb,