Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/include/ !
H A Ds_apps.h50 void tlsext_cb(SSL *s, int client_server, int type, const unsigned char *data,
/src/crypto/openssl/apps/lib/ !
H A Ds_cb.c828 void tlsext_cb(SSL *s, int client_server, int type, in tlsext_cb() argument
835 client_server ? "server" : "client", extname, type, len); in tlsext_cb()
/src/crypto/openssl/ssl/ !
H A Dssl_local.h1620 void (*debug_cb)(SSL *s, int client_server, int type,