Home
last modified time | relevance | path

Searched refs:next_proto_cb (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A 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/
H A Dprivate-lib-tls-openssl.h43 typedef int (*next_proto_cb)(SSL *, const unsigned char **out, typedef
/third_party/nghttp2/examples/
H A Dlibevent-server.c113 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 Dssl.h317 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, next_proto_cb cb,
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A 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/
H A DHttpServer.cc2001 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 Dshrpx_tls.cc109 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 Ds_server.c627 /* 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 Ds_client.c239 /* 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 Ds_server.c627 /* 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 Ds_client.c239 /* 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 31 milliseconds