Home
last modified time | relevance | path

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

/freebsd/crypto/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.
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5939 SSL_CTX_decrypt_session_ticket_fn dec_cb, in SSL_CTX_set_session_ticket_cb() argument
5943 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2574 SSL_CTX_decrypt_session_ticket_fn dec_cb,
H A Dssl.h.in2502 SSL_CTX_decrypt_session_ticket_fn dec_cb,