Searched defs:next_proto_cb (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/tls/openssl/ |
D | private-lib-tls-openssl.h | 43 typedef int (*next_proto_cb)(SSL *, const unsigned char **out, typedef
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 165 typedef int (*next_proto_cb)(SSL *ssl, const unsigned char **out, typedef
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 113 static int next_proto_cb(SSL *ssl, const unsigned char **data, in next_proto_cb() function
|
/third_party/openssl/apps/ |
D | s_client.c | 248 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, in next_proto_cb() function
|
D | s_server.c | 632 static int next_proto_cb(SSL *s, const unsigned char **data, in next_proto_cb() function
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 108 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function
|
D | HttpServer.cc | 1997 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function
|