Home
last modified time | relevance | path

Searched defs:next_proto_cb (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
Dprivate-lib-tls-openssl.h43 typedef int (*next_proto_cb)(SSL *, const unsigned char **out, typedef
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h165 typedef int (*next_proto_cb)(SSL *ssl, const unsigned char **out, typedef
/third_party/nghttp2/examples/
Dlibevent-server.c113 static int next_proto_cb(SSL *ssl, const unsigned char **data, in next_proto_cb() function
/third_party/openssl/apps/
Ds_client.c248 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, in next_proto_cb() function
Ds_server.c632 static int next_proto_cb(SSL *s, const unsigned char **data, in next_proto_cb() function
/third_party/nghttp2/src/
Dshrpx_tls.cc108 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function
DHttpServer.cc1997 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function