Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_utils.cc32 return TSI_UNKNOWN_ERROR; in alts_tsi_utils_convert_to_tsi_result()
40 return TSI_UNKNOWN_ERROR; in alts_tsi_utils_convert_to_tsi_result()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_utils_test.cc27 TSI_UNKNOWN_ERROR); in convert_to_tsi_result_test()
31 TSI_UNKNOWN_ERROR); in convert_to_tsi_result_test()
/external/grpc-grpc/src/core/tsi/
Dtransport_security_interface.h33 TSI_UNKNOWN_ERROR = 1, enumerator
Dtransport_security.cc39 case TSI_UNKNOWN_ERROR: in tsi_result_to_string()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test.cc330 {TSI_UNKNOWN_ERROR, "TSI_UNKNOWN_ERROR"}, in test_result_strings()