Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/apps/
Ds_cb.c592 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type, in tlsext_cb() argument
646 client_server ? "server" : "client", extname, type, len); in tlsext_cb()
Ds_apps.h177 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
/freebsd-9-stable/contrib/wpa/src/crypto/
Dtls_openssl.c2822 static void tls_hello_ext_cb(SSL *s, int client_server, int type, in tls_hello_ext_cb() argument
2833 if (type == TLSEXT_TYPE_session_ticket && !client_server) { in tls_hello_ext_cb()
/freebsd-9-stable/crypto/openssl/ssl/
Dssl.h1095 void (*tlsext_debug_cb) (SSL *s, int client_server, int type,