Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/
H A Dtls-network.c232 lws_alpn_comma_to_openssl(const char *comma, uint8_t *os, int len) in lws_alpn_comma_to_openssl() function
H A Dtls.c168 vhost->tls.alpn_ctx.len = (uint8_t)lws_alpn_comma_to_openssl(alpn_comma, in lws_context_init_alpn()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c140 protos.len = (uint8_t)lws_alpn_comma_to_openssl(alpn_comma, protos.data, in lws_ssl_client_bio_create()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c404 n = lws_alpn_comma_to_openssl(alpn_comma, openssl_alpn, in lws_ssl_client_bio_create()
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1187 lws_alpn_comma_to_openssl(const char *comma, uint8_t *os, int len);

Completed in 6 milliseconds