Home
last modified time | relevance | path

Searched refs:alpn_cb (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/tls/
H A Dtls.c32 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 Dssl_types.h186 next_proto_cb alpn_cb; member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c1234 ctx->alpn_cb = cb; in SSL_CTX_set_alpn_select_cb()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c645 /* 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 Ds_server.c645 /* 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