Searched refs:next_proto_cb (Results 1 – 10 of 10) sorted by relevance
/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 186 next_proto_cb alpn_cb;
|
/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/nghttp2/examples/ |
D | libevent-server.c | 113 static int next_proto_cb(SSL *ssl, const unsigned char **data, in next_proto_cb() function 178 SSL_CTX_set_next_protos_advertised_cb(ssl_ctx, next_proto_cb, NULL); in create_ssl_ctx()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 317 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, next_proto_cb cb,
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 45 static int next_proto_cb(SSL *s _U_, const unsigned char **data, 81 SSL_CTX_set_next_protos_advertised_cb(ssl_ctx, next_proto_cb, NULL); 95 ``next_proto_cb()`` function is the server-side NPN callback. In the
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 1230 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, next_proto_cb cb, void *arg) in SSL_CTX_set_alpn_select_cb()
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 85 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function 982 SSL_CTX_set_next_protos_advertised_cb(ssl_ctx, next_proto_cb, nullptr); in create_ssl_context()
|
D | HttpServer.cc | 1984 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function 2208 SSL_CTX_set_next_protos_advertised_cb(ssl_ctx, next_proto_cb, &next_proto); in run()
|
/third_party/openssl/apps/ |
D | s_client.c | 382 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, in next_proto_cb() function 1878 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto); in s_client_main()
|
D | s_server.c | 680 static int next_proto_cb(SSL *s, const unsigned char **data, in next_proto_cb() function 1965 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, in s_server_main()
|