Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dalts_security_connector.cc156 const tsi_peer_property* tsi_prop = &peer->properties[i]; in grpc_alts_auth_context_from_tsi_peer() local
158 if (strcmp(tsi_prop->name, TSI_ALTS_SERVICE_ACCOUNT_PEER_PROPERTY) == 0) { in grpc_alts_auth_context_from_tsi_peer()
160 *ctx, TSI_ALTS_SERVICE_ACCOUNT_PEER_PROPERTY, tsi_prop->value.data, in grpc_alts_auth_context_from_tsi_peer()
161 tsi_prop->value.length); in grpc_alts_auth_context_from_tsi_peer()
Dsecurity_connector.cc959 tsi_peer_property* tsi_prop = &peer->properties[peer->property_count++]; local
960 tsi_prop->name = const_cast<char*>(tsi_prop_name);
961 tsi_prop->value.data = prop->value;
962 tsi_prop->value.length = prop->value_length;