Home
last modified time | relevance | path

Searched refs:TSI_INTERNAL_ERROR (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc71 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/
Dssl_transport_security.cc286 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 …]
Dfake_transport_security.cc176 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()
Dtransport_security_interface.h39 TSI_INTERNAL_ERROR = 7, enumerator
Dtransport_security.cc51 case TSI_INTERNAL_ERROR: in tsi_result_to_string()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc71 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()
Dalts_grpc_privacy_integrity_record_protocol.cc65 return TSI_INTERNAL_ERROR; in alts_grpc_privacy_integrity_protect()
110 return TSI_INTERNAL_ERROR; in alts_grpc_privacy_integrity_unprotect()
Dalts_zero_copy_grpc_protector.cc127 return TSI_INTERNAL_ERROR; in create_alts_grpc_record_protocol()
306 return TSI_INTERNAL_ERROR; in alts_zero_copy_grpc_protector_create()
Dalts_grpc_record_protocol_common.cc107 return TSI_INTERNAL_ERROR; in alts_grpc_record_protocol_init()
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc430 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()
Dalts_handshaker_client_test.cc447 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()
Dalts_tsi_utils_test.cc36 TSI_INTERNAL_ERROR); in convert_to_tsi_result_test()
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc211 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()
Dalts_tsi_utils.cc38 return TSI_INTERNAL_ERROR; in alts_tsi_utils_convert_to_tsi_result()
/third_party/grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc337 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/
Dtransport_security_test.cc335 {TSI_INTERNAL_ERROR, "TSI_INTERNAL_ERROR"}, in test_result_strings()