Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dalts_security_connector_test.cc64 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_missing_rpc_protocol_versions_property_failure()
79 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_missing_security_level_property_failure()
112 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_unknown_peer_property_failure()
148 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_alts_peer_to_auth_context_success()
/external/grpc-grpc/test/core/security/
Dalts_security_connector_test.cc70 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_missing_rpc_protocol_versions_property_failure()
86 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_unknown_peer_property_failure()
123 GPR_ASSERT(tsi_construct_peer(kTsiAltsNumOfPeerProperties, &peer) == TSI_OK); in test_alts_peer_to_auth_context_success()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.h35 const size_t kTsiAltsNumOfPeerProperties = 3; variable
Dalts_tsi_handshaker.cc78 GPR_ASSERT(kTsiAltsNumOfPeerProperties == 3); in handshaker_result_extract_peer()
79 tsi_result ok = tsi_construct_peer(kTsiAltsNumOfPeerProperties, peer); in handshaker_result_extract_peer()
113 GPR_ASSERT(++index == kTsiAltsNumOfPeerProperties); in handshaker_result_extract_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.h39 const size_t kTsiAltsNumOfPeerProperties = 5; variable
Dalts_tsi_handshaker.cc95 GPR_ASSERT(kTsiAltsNumOfPeerProperties == 5); in handshaker_result_extract_peer()
96 tsi_result ok = tsi_construct_peer(kTsiAltsNumOfPeerProperties, peer); in handshaker_result_extract_peer()
150 GPR_ASSERT(++index == kTsiAltsNumOfPeerProperties); in handshaker_result_extract_peer()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc253 GPR_ASSERT(peer.property_count == kTsiAltsNumOfPeerProperties); in on_client_next_success_cb()
290 GPR_ASSERT(peer.property_count == kTsiAltsNumOfPeerProperties); in on_server_next_success_cb()