/external/grpc-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()
|
/external/rust/crates/grpcio-sys/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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 289 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 …]
|
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
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 277 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 …]
|
D | fake_transport_security.cc | 180 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()
|
D | transport_security_interface.h | 39 TSI_INTERNAL_ERROR = 7, enumerator
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker_test.cc | 320 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()
|
D | alts_tsi_utils_test.cc | 33 TSI_INTERNAL_ERROR); in convert_to_tsi_result_test()
|
D | alts_handshaker_client_test.cc | 380 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/ |
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()
|
/external/grpc-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() 296 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()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 79 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()
|
D | alts_tsi_utils.cc | 38 return TSI_INTERNAL_ERROR; in alts_tsi_utils_convert_to_tsi_result()
|
D | alts_tsi_handshaker.cc | 419 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/ |
D | alts_handshaker_client.cc | 212 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()
|
D | alts_tsi_utils.cc | 38 return TSI_INTERNAL_ERROR; in alts_tsi_utils_convert_to_tsi_result()
|
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_record_protocol_test.cc | 336 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in unsync_seal_unseal() 355 GPR_ASSERT(status == TSI_INTERNAL_ERROR); in corrupted_data()
|