Home
last modified time | relevance | path

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

12

/third_party/grpc/src/core/lib/channel/
Dstatus_util.cc38 {"UNAUTHENTICATED", GRPC_STATUS_UNAUTHENTICATED},
78 case GRPC_STATUS_UNAUTHENTICATED: in grpc_status_code_to_string()
/third_party/grpc/test/core/transport/
Dstatus_conversion_test.cc48 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_UNAUTHENTICATED, in test_grpc_status_to_http2_error()
74 GRPC_STATUS_TO_HTTP2_STATUS(GRPC_STATUS_UNAUTHENTICATED, 200); in test_grpc_status_to_http2_status()
151 HTTP2_STATUS_TO_GRPC_STATUS(401, GRPC_STATUS_UNAUTHENTICATED); in test_http2_status_to_grpc_status()
/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc264 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_UNAUTHENTICATED), in send_security_metadata()
285 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_UNAUTHENTICATED), in send_security_metadata()
301 GRPC_STATUS_UNAUTHENTICATED), in send_security_metadata()
345 GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_UNAUTHENTICATED), in on_host_checked()
/third_party/grpc/include/grpc/impl/codegen/
Dstatus.h70 GRPC_STATUS_UNAUTHENTICATED = 16, enumerator
/third_party/grpc/src/core/lib/transport/
Dstatus_conversion.cc73 return GRPC_STATUS_UNAUTHENTICATED; in grpc_http2_status_to_grpc_status()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_channel.cc54 "localhost:1234", GRPC_STATUS_UNAUTHENTICATED, "blah"); in Init()
Dbm_call_create.cc99 "localhost:1234", GRPC_STATUS_UNAUTHENTICATED, "blah")) {} in LameChannel()
135 GRPC_STATUS_UNAUTHENTICATED, "blah"), in BM_LameChannelCallCreateCpp()
173 "localhost:1234", GRPC_STATUS_UNAUTHENTICATED, "blah"); in BM_LameChannelCallCreateCore()
247 "localhost:1234", GRPC_STATUS_UNAUTHENTICATED, "blah"); in BM_LameChannelCallCreateCoreSeparateBatch()
/third_party/grpc/test/core/end2end/fixtures/
Dlocal_util.cc82 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
Dh2_fakesec.cc58 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
Dh2_ssl.cc81 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
Dh2_ssl_proxy.cc112 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
Dh2_ssl_cred_reload.cc116 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
Dh2_oauth2.cc94 cb(user_data, oauth2, 1, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_oauth2_failure()
Dh2_tls.cc92 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus.h61 static_cast<StatusCode>(GRPC_STATUS_UNAUTHENTICATED), in Status()
/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.cc129 case GRPC_STATUS_UNAUTHENTICATED: in StatusCodeToString()
/third_party/grpc/src/objective-c/tests/UnitTests/
DNSErrorUnitTests.m38 NSError *error3 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAUTHENTICATED
/third_party/grpc/src/core/lib/security/credentials/xds/
Dxds_credentials.cc90 arg->status = GRPC_STATUS_UNAUTHENTICATED; in ScheduleImpl()
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc453 arg->set_status(GRPC_STATUS_UNAUTHENTICATED); in TEST_F()
529 c_arg.status = GRPC_STATUS_UNAUTHENTICATED; in TEST_F()
606 c_server_authorization_check_arg.status = GRPC_STATUS_UNAUTHENTICATED; in TEST_F()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi70 unauthenticated = GRPC_STATUS_UNAUTHENTICATED
/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c120 INT2NUM(GRPC_STATUS_UNAUTHENTICATED)); in grpc_rb_call_credentials_callback_rescue()
/third_party/grpc/src/php/ext/grpc/
Dphp_grpc.c383 GRPC_STATUS_UNAUTHENTICATED, in PHP_MINIT_FUNCTION()
/third_party/grpc/test/core/end2end/
Dbad_server_response_test.cc327 GRPC_STATUS_UNAUTHENTICATED, HTTP2_DETAIL_MSG(401)); in main()
Dh2_ssl_cert_test.cc74 cb(user_data, nullptr, 0, nullptr, 0, GRPC_STATUS_UNAUTHENTICATED, nullptr); in process_auth_failure()
/third_party/grpc/src/objective-c/tests/CronetTests/
DCoreCronetEnd2EndTests.mm78 cb(user_data, NULL, 0, NULL, 0, GRPC_STATUS_UNAUTHENTICATED, NULL);

12