Home
last modified time | relevance | path

Searched refs:SSL_get0_next_proto_negotiated (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/tool/
Dtransport_common.cc178 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc777 SSL_get0_next_proto_negotiated(ssl.get(), &next_proto, &next_proto_len); in DoExchange()
/external/boringssl/src/include/openssl/
Dssl.h1186 OPENSSL_EXPORT void SSL_get0_next_proto_negotiated(const SSL *s,
/external/boringssl/src/ssl/
Dssl_lib.c1489 void SSL_get0_next_proto_negotiated(const SSL *s, const uint8_t **data, in SSL_get0_next_proto_negotiated() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9076 SSL_get0_next_proto_negotiated(ssl, reinterpret_cast<const unsigned char**>(&npn), &npnLength);