Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 3 of 3) sorted by relevance
192 if (SSL_CTX_set_alpn_protos(ctx.get(), wire.data(), wire.size()) != 0) { in Client()
1205 OPENSSL_EXPORT int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
1534 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos, in SSL_CTX_set_alpn_protos() function