Home
last modified time | relevance | path

Searched refs:GRPC_ARG_SECURITY_CONNECTOR (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dinit_secure.cc45 if (0 == strcmp(GRPC_ARG_SECURITY_CONNECTOR, args->args[i].key)) { in maybe_prepend_client_auth_filter()
/external/grpc-grpc/test/core/surface/
Dsecure_channel_create_test.cc49 arg.key = const_cast<char*>(GRPC_ARG_SECURITY_CONNECTOR); in test_security_connector_already_in_arg()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h52 #define GRPC_ARG_SECURITY_CONNECTOR "grpc.security_connector" macro
Dsecurity_connector.cc264 return grpc_channel_arg_pointer_create((char*)GRPC_ARG_SECURITY_CONNECTOR, sc,
269 if (strcmp(arg->key, GRPC_ARG_SECURITY_CONNECTOR)) return nullptr;
272 GRPC_ARG_SECURITY_CONNECTOR);