Searched refs:alpn_cb (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/tls/ |
H A D | tls.c | 32 alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() function 172 SSL_CTX_set_alpn_select_cb(vhost->tls.ssl_ctx, alpn_cb, in lws_context_init_alpn()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_types.h | 186 next_proto_cb alpn_cb; member
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_lib.c | 1234 ctx->alpn_cb = cb; in SSL_CTX_set_alpn_select_cb()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 645 /* This the context that we pass to alpn_cb */ 651 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() function 2026 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx); in s_server_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 645 /* This the context that we pass to alpn_cb */ 651 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() function 2021 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx); in s_server_main()
|
Completed in 12 milliseconds