Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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.
/netbsd-src/crypto/external/bsd/openssl.old/dist/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.
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c5686 SSL_CTX_decrypt_session_ticket_fn dec_cb, in SSL_CTX_set_session_ticket_cb() argument
5690 ctx->decrypt_ticket_cb = dec_cb; in SSL_CTX_set_session_ticket_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h2425 SSL_CTX_decrypt_session_ticket_fn dec_cb,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in2502 SSL_CTX_decrypt_session_ticket_fn dec_cb,