Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c1039 if (s->tlsext_debug_cb) in ssl_parse_clienthello_tlsext()
1040 s->tlsext_debug_cb(s, 0, type, data, size, s->tlsext_debug_arg); in ssl_parse_clienthello_tlsext()
1479 if (s->tlsext_debug_cb) in ssl_parse_serverhello_tlsext()
1480 s->tlsext_debug_cb(s, 1, type, data, size, s->tlsext_debug_arg); in ssl_parse_serverhello_tlsext()
H A Dssl.h1418 void (*tlsext_debug_cb) (SSL *s, int client_server, int type, member
H A Ds3_lib.c3413 s->tlsext_debug_cb = (void (*)(SSL *, int, int, in ssl3_callback_ctrl()
H A Dssl_lib.c355 s->tlsext_debug_cb = 0; in SSL_new()