Searched refs:client_server (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_cb.c | 592 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()
|
| D | s_apps.h | 177 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
| /freebsd-9-stable/contrib/wpa/src/crypto/ |
| D | tls_openssl.c | 2822 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/ |
| D | ssl.h | 1095 void (*tlsext_debug_cb) (SSL *s, int client_server, int type,
|