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.cc185 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1010 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
/external/boringssl/src/include/openssl/
Dssl.h2267 OPENSSL_EXPORT void SSL_get0_next_proto_negotiated(const SSL *ssl,
/external/boringssl/src/ssl/
Dssl_lib.c1575 void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data, in SSL_get0_next_proto_negotiated() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9217 SSL_get0_next_proto_negotiated(ssl, reinterpret_cast<const unsigned char**>(&npn), &npnLength);