Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/
Dtransport_security_interface.h374 tsi_result tsi_handshaker_get_result(tsi_handshaker* self);
379 (tsi_handshaker_get_result((h)) == TSI_HANDSHAKE_IN_PROGRESS)
Dtransport_security.cc159 tsi_result tsi_handshaker_get_result(tsi_handshaker* self) { in tsi_handshaker_get_result() function
174 if (tsi_handshaker_get_result(self) != TSI_OK) { in tsi_handshaker_extract_peer()
190 if (tsi_handshaker_get_result(self) != TSI_OK) return TSI_FAILED_PRECONDITION; in tsi_handshaker_create_frame_protector()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test.cc360 GPR_ASSERT(tsi_handshaker_get_result(nullptr) == TSI_INVALID_ARGUMENT); in test_handshaker_invalid_args()