Home
last modified time | relevance | path

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

/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc96 size_t alpn_protocol_list_length; member
109 size_t alpn_protocol_list_length; member
1725 factory->alpn_protocol_list_length, in, inlen); in client_handshaker_factory_npn_callback()
1836 factory->alpn_protocol_list_length); in server_handshaker_factory_alpn_callback()
1845 GPR_ASSERT(factory->alpn_protocol_list_length <= UINT_MAX); in server_handshaker_factory_npn_advertised_callback()
1846 *outlen = static_cast<unsigned int>(factory->alpn_protocol_list_length); in server_handshaker_factory_npn_advertised_callback()
1963 &impl->alpn_protocol_list, &impl->alpn_protocol_list_length); in tsi_create_ssl_client_handshaker_factory_with_options()
1970 GPR_ASSERT(impl->alpn_protocol_list_length < UINT_MAX); in tsi_create_ssl_client_handshaker_factory_with_options()
1973 static_cast<unsigned int>(impl->alpn_protocol_list_length))) { in tsi_create_ssl_client_handshaker_factory_with_options()
2067 &impl->alpn_protocol_list, &impl->alpn_protocol_list_length); in tsi_create_ssl_server_handshaker_factory_with_options()