Home
last modified time | relevance | path

Searched refs:grpc_tls_error_details (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.h33 struct grpc_tls_error_details struct
34 : public grpc_core::RefCounted<grpc_tls_error_details> {
36 grpc_tls_error_details() : error_details_("") {} in grpc_tls_error_details() argument
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc345 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()
389 c_arg.error_details = new grpc_tls_error_details(); in TEST_F()
446 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()
483 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()
530 c_arg.error_details = new grpc_tls_error_details(); in TEST_F()
593 c_credential_reload_arg.error_details = new grpc_tls_error_details(); in TEST_F()
607 c_server_authorization_check_arg.error_details = new grpc_tls_error_details(); in TEST_F()
693 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()
723 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()
/third_party/grpc/include/grpc/
Dgrpc_security.h752 typedef struct grpc_tls_error_details grpc_tls_error_details; typedef
982 grpc_tls_error_details* error_details;
/third_party/grpc/test/core/security/
Dgrpc_tls_credentials_options_test.cc87 grpc_tls_error_details error_details; in TEST()
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc461 arg->error_details = new grpc_tls_error_details(); in ServerAuthorizationCheckArgCreate()