Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dtls_o.c70 static void tlso_info_cb( const SSL *ssl, int where, int ret );
582 SSL_CTX_set_info_callback( ctx, tlso_info_cb ); in tlso_ctx_init()
1413 tlso_info_cb( const SSL *ssl, int where, int ret ) in tlso_info_cb() function