Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc90 size_t alpn_protocol_list_length; member
103 size_t alpn_protocol_list_length; member
1461 factory->alpn_protocol_list_length, in, inlen); in client_handshaker_factory_npn_callback()
1578 factory->alpn_protocol_list_length); in server_handshaker_factory_alpn_callback()
1587 GPR_ASSERT(factory->alpn_protocol_list_length <= UINT_MAX); in server_handshaker_factory_npn_advertised_callback()
1588 *outlen = static_cast<unsigned int>(factory->alpn_protocol_list_length); in server_handshaker_factory_npn_advertised_callback()
1699 &impl->alpn_protocol_list, &impl->alpn_protocol_list_length); in tsi_create_ssl_client_handshaker_factory_with_options()
1706 GPR_ASSERT(impl->alpn_protocol_list_length < UINT_MAX); in tsi_create_ssl_client_handshaker_factory_with_options()
1709 static_cast<unsigned int>(impl->alpn_protocol_list_length))) { in tsi_create_ssl_client_handshaker_factory_with_options()
1800 &impl->alpn_protocol_list, &impl->alpn_protocol_list_length); in tsi_create_ssl_server_handshaker_factory_with_options()