Home
last modified time | relevance | path

Searched refs:next_proto_cb (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h165 typedef int (*next_proto_cb)(SSL *ssl, const unsigned char **out, typedef
186 next_proto_cb alpn_cb;
/third_party/libwebsockets/lib/tls/openssl/
Dprivate-lib-tls-openssl.h43 typedef int (*next_proto_cb)(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
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/
Dssl.h317 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, next_proto_cb cb,
/third_party/nghttp2/doc/sources/
Dtutorial-server.rst45 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/
Dssl_lib.c1230 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/
Dshrpx_tls.cc85 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()
DHttpServer.cc1984 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/
Ds_client.c382 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()
Ds_server.c680 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()