Searched refs:next_proto_cb (Results 1 - 11 of 11) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A 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/ |
H A D | private-lib-tls-openssl.h | 43 typedef int (*next_proto_cb)(SSL *, const unsigned char **out, typedef
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 113 static int next_proto_cb(SSL *ssl, const unsigned char **data, in next_proto_cb() function 186 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/ |
H A D | ssl.h | 317 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, next_proto_cb cb,
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A 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/ |
H A D | HttpServer.cc | 2001 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function 2247 SSL_CTX_set_next_protos_advertised_cb(ssl_ctx, next_proto_cb, &next_proto); in run()
|
H A D | shrpx_tls.cc | 109 int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, in next_proto_cb() function 1155 SSL_CTX_set_next_protos_advertised_cb(ssl_ctx, next_proto_cb, nullptr); in create_ssl_context()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 627 /* This is the context that we pass to next_proto_cb */ 633 static int next_proto_cb(SSL *s, const unsigned char **data, in next_proto_cb() function 2022 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, in s_server_main()
|
H A D | s_client.c | 239 /* This the context that we pass to next_proto_cb */ 248 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, in next_proto_cb() function 1843 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto); in s_client_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 627 /* This is the context that we pass to next_proto_cb */ 633 static int next_proto_cb(SSL *s, const unsigned char **data, in next_proto_cb() function 2017 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, in s_server_main()
|
H A D | s_client.c | 239 /* This the context that we pass to next_proto_cb */ 248 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, in next_proto_cb() function 1843 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto); in s_client_main()
|
Completed in 30 milliseconds