Home
last modified time | relevance | path

Searched refs:TSI_DATA_CORRUPTED (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dtransport_security_interface.h40 TSI_DATA_CORRUPTED = 8, enumerator
Dfake_transport_security.cc111 return TSI_DATA_CORRUPTED; in tsi_fake_handshake_message_from_string()
452 return TSI_DATA_CORRUPTED; in fake_zero_copy_grpc_protector_unprotect()
Dtransport_security.cc53 case TSI_DATA_CORRUPTED: in tsi_result_to_string()
Dssl_transport_security.cc474 return TSI_DATA_CORRUPTED; in do_ssl_read()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc194 return TSI_DATA_CORRUPTED; in alts_zero_copy_grpc_protector_unprotect()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test.cc337 {TSI_DATA_CORRUPTED, "TSI_DATA_CORRUPTED"}, in test_result_strings()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc203 return TSI_DATA_CORRUPTED; in unseal()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc443 cb(TSI_DATA_CORRUPTED, user_data, nullptr, 0, nullptr); in alts_tsi_handshaker_handle_response()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc615 GPR_ASSERT(status == TSI_DATA_CORRUPTED); in on_invalid_resp_cb()