/third_party/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 71 return TSI_INTERNAL_ERROR; in seal() 113 return TSI_INTERNAL_ERROR; in alts_protect_flush() 126 return TSI_INTERNAL_ERROR; in alts_protect_flush() 256 return TSI_INTERNAL_ERROR; in alts_unprotect() 276 return TSI_INTERNAL_ERROR; in alts_unprotect() 368 return TSI_INTERNAL_ERROR; in alts_create_frame_protector() 378 return TSI_INTERNAL_ERROR; in alts_create_frame_protector()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 286 return TSI_INTERNAL_ERROR; in ssl_get_x509_common_name() 292 return TSI_INTERNAL_ERROR; in ssl_get_x509_common_name() 331 return TSI_INTERNAL_ERROR; in add_pem_certificate() 337 return TSI_INTERNAL_ERROR; in add_pem_certificate() 370 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer() 398 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer() 405 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer() 539 return TSI_INTERNAL_ERROR; in do_ssl_write() 753 result = TSI_INTERNAL_ERROR; in x509_store_load_certs() 823 return TSI_INTERNAL_ERROR; in populate_ssl_context() [all …]
|
D | fake_transport_security.cc | 176 if (frame->needs_draining) return TSI_INTERNAL_ERROR; in tsi_fake_frame_decode() 223 if (!frame->needs_draining) return TSI_INTERNAL_ERROR; in tsi_fake_frame_encode() 287 if (frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_protect() 309 if (!frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_protect() 310 if (frame->offset != 0) return TSI_INTERNAL_ERROR; in fake_protector_protect() 371 if (frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_unprotect() 380 if (!frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_unprotect() 381 if (frame->offset != 0) return TSI_INTERNAL_ERROR; in fake_protector_unprotect()
|
D | transport_security_interface.h | 39 TSI_INTERNAL_ERROR = 7, enumerator
|
D | transport_security.cc | 51 case TSI_INTERNAL_ERROR: in tsi_result_to_string()
|
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_integrity_only_record_protocol.cc | 71 return TSI_INTERNAL_ERROR; in alts_grpc_integrity_only_extra_copy_protect() 111 return TSI_INTERNAL_ERROR; in alts_grpc_integrity_only_protect() 174 return TSI_INTERNAL_ERROR; in alts_grpc_integrity_only_unprotect()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 65 return TSI_INTERNAL_ERROR; in alts_grpc_privacy_integrity_protect() 110 return TSI_INTERNAL_ERROR; in alts_grpc_privacy_integrity_unprotect()
|
D | alts_zero_copy_grpc_protector.cc | 127 return TSI_INTERNAL_ERROR; in create_alts_grpc_record_protocol() 306 return TSI_INTERNAL_ERROR; in alts_zero_copy_grpc_protector_create()
|
D | alts_grpc_record_protocol_common.cc | 107 return TSI_INTERNAL_ERROR; in alts_grpc_record_protocol_init()
|
/third_party/grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker_test.cc | 430 return TSI_INTERNAL_ERROR; in mock_client_start() 452 return TSI_INTERNAL_ERROR; in mock_server_start() 471 return TSI_INTERNAL_ERROR; in mock_next() 622 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure() 626 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure() 633 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure() 640 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure() 650 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in on_invalid_input_cb() 661 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in on_failed_grpc_call_cb()
|
D | alts_handshaker_client_test.cc | 447 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in tsi_cb_assert_tsi_internal_error() 481 config->client, &config->out_frame) == TSI_INTERNAL_ERROR); in schedule_request_grpc_call_failure_test() 487 config->server, &config->out_frame) == TSI_INTERNAL_ERROR); in schedule_request_grpc_call_failure_test()
|
D | alts_tsi_utils_test.cc | 36 TSI_INTERNAL_ERROR); in convert_to_tsi_result_test()
|
/third_party/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 211 handle_response_done(client, TSI_INTERNAL_ERROR, nullptr, 0, nullptr); in alts_handshaker_client_handle_response() 223 handle_response_done(client, TSI_INTERNAL_ERROR, nullptr, 0, nullptr); in alts_handshaker_client_handle_response() 229 handle_response_done(client, TSI_INTERNAL_ERROR, nullptr, 0, nullptr); in alts_handshaker_client_handle_response() 342 return TSI_INTERNAL_ERROR; in continue_make_grpc_call() 533 return TSI_INTERNAL_ERROR; in handshaker_client_start_client() 590 return TSI_INTERNAL_ERROR; in handshaker_client_start_server() 628 return TSI_INTERNAL_ERROR; in handshaker_client_next()
|
D | alts_tsi_utils.cc | 38 return TSI_INTERNAL_ERROR; in alts_tsi_utils_convert_to_tsi_result()
|
/third_party/grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_record_protocol_test.cc | 337 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in unsync_seal_unseal() 356 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in corrupted_data()
|
/third_party/grpc/test/core/tsi/ |
D | transport_security_test.cc | 335 {TSI_INTERNAL_ERROR, "TSI_INTERNAL_ERROR"}, in test_result_strings()
|