Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/tool/
Dclient.cc192 if (SSL_CTX_set_alpn_protos(ctx.get(), wire.data(), wire.size()) != 0) { in Client()
/external/boringssl/src/include/openssl/
Dssl.h1205 OPENSSL_EXPORT int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
/external/boringssl/src/ssl/
Dssl_lib.c1534 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos, in SSL_CTX_set_alpn_protos() function