Home
last modified time | relevance | path

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

12

/external/grpc-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()
/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc289 return TSI_INTERNAL_ERROR; in ssl_get_x509_common_name()
295 return TSI_INTERNAL_ERROR; in ssl_get_x509_common_name()
334 return TSI_INTERNAL_ERROR; in add_pem_certificate()
340 return TSI_INTERNAL_ERROR; in add_pem_certificate()
373 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer()
401 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer()
408 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer()
542 return TSI_INTERNAL_ERROR; in do_ssl_write()
756 result = TSI_INTERNAL_ERROR; in x509_store_load_certs()
826 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
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc277 return TSI_INTERNAL_ERROR; in ssl_get_x509_common_name()
283 return TSI_INTERNAL_ERROR; in ssl_get_x509_common_name()
322 return TSI_INTERNAL_ERROR; in add_pem_certificate()
328 return TSI_INTERNAL_ERROR; in add_pem_certificate()
357 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer()
375 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer()
382 result = TSI_INTERNAL_ERROR; in add_subject_alt_names_properties_to_peer()
501 return TSI_INTERNAL_ERROR; in do_ssl_write()
620 result = TSI_INTERNAL_ERROR; in x509_store_load_certs()
688 return TSI_INTERNAL_ERROR; in populate_ssl_context()
[all …]
Dfake_transport_security.cc180 if (frame->needs_draining) return TSI_INTERNAL_ERROR; in tsi_fake_frame_decode()
227 if (!frame->needs_draining) return TSI_INTERNAL_ERROR; in tsi_fake_frame_encode()
291 if (frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_protect()
313 if (!frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_protect()
314 if (frame->offset != 0) return TSI_INTERNAL_ERROR; in fake_protector_protect()
375 if (frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_unprotect()
384 if (!frame->needs_draining) return TSI_INTERNAL_ERROR; in fake_protector_unprotect()
385 if (frame->offset != 0) return TSI_INTERNAL_ERROR; in fake_protector_unprotect()
Dtransport_security_interface.h39 TSI_INTERNAL_ERROR = 7, enumerator
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc320 return TSI_INTERNAL_ERROR; in mock_client_start()
342 return TSI_INTERNAL_ERROR; in mock_server_start()
364 return TSI_INTERNAL_ERROR; in mock_next()
534 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure()
538 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure()
545 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure()
552 nullptr) == TSI_INTERNAL_ERROR); in check_handshaker_next_failure()
562 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in on_invalid_input_cb()
573 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in on_failed_grpc_call_cb()
Dalts_tsi_utils_test.cc33 TSI_INTERNAL_ERROR); in convert_to_tsi_result_test()
Dalts_handshaker_client_test.cc380 TSI_INTERNAL_ERROR); in schedule_request_grpc_call_failure_test()
387 TSI_INTERNAL_ERROR); in schedule_request_grpc_call_failure_test()
394 TSI_INTERNAL_ERROR); in schedule_request_grpc_call_failure_test()
/external/rust/crates/grpcio-sys/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()
/external/grpc-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()
296 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()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc79 return TSI_INTERNAL_ERROR; in make_grpc_call()
128 return TSI_INTERNAL_ERROR; in handshaker_client_start_client()
176 return TSI_INTERNAL_ERROR; in handshaker_client_start_server()
214 return TSI_INTERNAL_ERROR; in handshaker_client_next()
Dalts_tsi_utils.cc38 return TSI_INTERNAL_ERROR; in alts_tsi_utils_convert_to_tsi_result()
Dalts_tsi_handshaker.cc419 cb(TSI_INTERNAL_ERROR, user_data, nullptr, 0, nullptr); in alts_tsi_handshaker_handle_response()
435 cb(TSI_INTERNAL_ERROR, user_data, nullptr, 0, nullptr); in alts_tsi_handshaker_handle_response()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc212 handle_response_done(client, TSI_INTERNAL_ERROR, nullptr, 0, nullptr); in alts_handshaker_client_handle_response()
224 handle_response_done(client, TSI_INTERNAL_ERROR, nullptr, 0, nullptr); in alts_handshaker_client_handle_response()
230 handle_response_done(client, TSI_INTERNAL_ERROR, nullptr, 0, nullptr); in alts_handshaker_client_handle_response()
343 return TSI_INTERNAL_ERROR; in continue_make_grpc_call()
534 return TSI_INTERNAL_ERROR; in handshaker_client_start_client()
591 return TSI_INTERNAL_ERROR; in handshaker_client_start_server()
629 return TSI_INTERNAL_ERROR; in handshaker_client_next()
Dalts_tsi_utils.cc38 return TSI_INTERNAL_ERROR; in alts_tsi_utils_convert_to_tsi_result()
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc336 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in unsync_seal_unseal()
355 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in corrupted_data()

12