Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc299 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc476 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list185 SSL_get0_next_proto_negotiated
DBoringSSL-GRPC.podspec1737 '#define SSL_get0_next_proto_negotiated GRPC_SHADOW_SSL_get0_next_proto_negotiated',
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc1029 SSL_get0_next_proto_negotiated(impl->ssl, &alpn_selected, in ssl_handshaker_result_extract_peer()
Dgrpc_shadow_boringssl.h213 #define SSL_get0_next_proto_negotiated GRPC_SHADOW_SSL_get0_next_proto_negotiated macro
/external/boringssl/src/include/openssl/
Dssl.h2803 OPENSSL_EXPORT void SSL_get0_next_proto_negotiated(const SSL *ssl,
/external/boringssl/src/ssl/
Dssl_lib.cc2122 void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data, in SSL_get0_next_proto_negotiated() function
/external/python/cpython2/Modules/
D_ssl.c1595 SSL_get0_next_proto_negotiated(self->ssl, in PySSL_selected_npn_protocol()
/external/python/cpython3/Modules/
D_ssl.c2019 SSL_get0_next_proto_negotiated(self->ssl, in _ssl__SSLSocket_selected_npn_protocol_impl()