Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dtransport_security_common_api_test.cc60 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max( in test_success()
89 GPR_ASSERT(!grpc_gcp_rpc_protocol_versions_set_max( in test_failure()
94 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max( in test_failure()
124 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&src, kMaxRpcVersionMajor, in test_copy()
137 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&v1, kMaxRpcVersionMajor, in test_check_success()
141 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&v2, kMaxRpcVersionMajor, in test_check_success()
153 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&v1, kMaxRpcVersionMajor, in test_check_success()
157 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&v2, kMaxRpcVersionMajor, in test_check_success()
174 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&v1, kMinRpcVersionMajor, in test_check_failure()
178 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max(&v2, kMaxRpcVersionMajor, in test_check_failure()
Dalts_handshaker_client_test.cc62 GPR_ASSERT(grpc_gcp_rpc_protocol_versions_set_max( in alts_tsi_event_create_for_testing()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dtransport_security_common_api.cc23 bool grpc_gcp_rpc_protocol_versions_set_max( in grpc_gcp_rpc_protocol_versions_set_max() function
138 grpc_gcp_rpc_protocol_versions_set_max(dst, src->max_rpc_version.major, in grpc_gcp_rpc_protocol_versions_copy()
Dtransport_security_common_api.h49 bool grpc_gcp_rpc_protocol_versions_set_max(
Dalts_handshaker_service_api.cc276 grpc_gcp_rpc_protocol_versions_set_max(&req->client_start.rpc_versions, in grpc_gcp_handshaker_req_set_rpc_versions()
282 grpc_gcp_rpc_protocol_versions_set_max(&req->server_start.rpc_versions, in grpc_gcp_handshaker_req_set_rpc_versions()
/external/grpc-grpc/test/core/security/
Dalts_security_connector_test.cc131 grpc_gcp_rpc_protocol_versions_set_max(&peer_versions, in test_alts_peer_to_auth_context_success()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dalts_security_connector.cc96 grpc_gcp_rpc_protocol_versions_set_max(rpc_versions, in alts_set_rpc_protocol_versions()