Home
last modified time | relevance | path

Searched defs:grpc_tls_error_details (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.h33 struct grpc_tls_error_details struct
36 grpc_tls_error_details() : error_details_("") {} in grpc_tls_error_details() argument
37 void set_error_details(const char* err_details) { in set_error_details()
40 const std::string& error_details() { return error_details_; } in error_details()
/third_party/grpc/include/grpc/
Dgrpc_security.h752 typedef struct grpc_tls_error_details grpc_tls_error_details; typedef