Searched refs:dec_cb (Results 1 – 3 of 3) sorted by relevance
23 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 stored41 B<dec_cb> is the application defined callback invoked after session ticket48 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 the68 When the B<dec_cb> callback is invoked, the SSL_SESSION B<ss> has not yet been73 The B<keyname> and B<keyname_len> arguments to B<dec_cb> may be used to identify171 The B<dec_cb> callback must return a value as described in L</NOTES> above.
7322 SSL_CTX_decrypt_session_ticket_fn dec_cb, in SSL_CTX_set_session_ticket_cb() argument7326 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()
2776 SSL_CTX_decrypt_session_ticket_fn dec_cb,
Completed in 38 milliseconds