Searched refs:process_auth_failure (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_local.cc | 93 static void process_auth_failure(void* state, grpc_auth_context* ctx, in process_auth_failure() function 112 grpc_auth_metadata_processor processor = {process_auth_failure, nullptr, in chttp2_init_server_fullstack()
|
D | h2_fakesec.cc | 56 static void process_auth_failure(void* state, grpc_auth_context* ctx, in process_auth_failure() function 122 grpc_auth_metadata_processor processor = {process_auth_failure, nullptr, in chttp2_init_server_fake_secure_fullstack()
|
D | h2_ssl.cc | 59 static void process_auth_failure(void* state, grpc_auth_context* ctx, in process_auth_failure() function 134 grpc_auth_metadata_processor processor = {process_auth_failure, nullptr, in chttp2_init_server_simple_ssl_secure_fullstack()
|
D | h2_ssl_proxy.cc | 95 static void process_auth_failure(void* state, grpc_auth_context* ctx, in process_auth_failure() function 174 grpc_auth_metadata_processor processor = {process_auth_failure, nullptr, in chttp2_init_server_simple_ssl_secure_fullstack()
|
/external/grpc-grpc/test/core/end2end/ |
D | h2_ssl_cert_test.cc | 63 static void process_auth_failure(void* state, grpc_auth_context* ctx, in process_auth_failure() function 129 grpc_auth_metadata_processor processor = {process_auth_failure, NULL, \
|
/external/grpc-grpc/src/objective-c/tests/CoreCronetEnd2EndTests/ |
D | CoreCronetEnd2EndTests.mm | 73 static void process_auth_failure(void *state, grpc_auth_context *ctx, const grpc_metadata *md, function 141 grpc_auth_metadata_processor processor = {process_auth_failure, NULL, NULL};
|