Searched refs:force_client_auth (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_server_credentials.c | 130 VALUE force_client_auth) { in grpc_rb_server_credentials_init() argument 141 if (NIL_P(force_client_auth) || in grpc_rb_server_credentials_init() 142 !(force_client_auth == Qfalse || force_client_auth == Qtrue)) { in grpc_rb_server_credentials_init() 145 rb_obj_classname(force_client_auth)); in grpc_rb_server_credentials_init() 180 auth_client = TYPE(force_client_auth) == T_TRUE in grpc_rb_server_credentials_init()
|
D | rb_grpc_imports.generated.h | 413 …m_key_cert_pair* pem_key_cert_pairs, size_t num_key_cert_pairs, int force_client_auth, void* reser…
|
/third_party/grpc/include/grpcpp/security/ |
D | server_credentials.h | 41 : force_client_auth(false), in SslServerCredentialsOptions() 45 : force_client_auth(false), client_certificate_request(request_type) {} in SslServerCredentialsOptions() 54 bool force_client_auth; member
|
/third_party/grpc/test/core/tsi/ |
D | ssl_transport_security_test.cc | 95 bool force_client_auth; member 116 if (ssl_fixture->force_client_auth) { in ssl_test_setup_handshakers() 158 if (ssl_fixture->force_client_auth) { in ssl_test_setup_handshakers() 307 if (!ssl_fixture->force_client_auth) { in check_client_peer() 334 (key_cert_lib->use_bad_client_cert && ssl_fixture->force_client_auth)); in ssl_test_check_handshaker_peers() 504 ssl_fixture->force_client_auth = false; in ssl_tsi_test_fixture_create() 549 ssl_fixture->force_client_auth = true; in ssl_tsi_test_do_handshake_with_client_authentication() 561 ssl_fixture->force_client_auth = true; in ssl_tsi_test_do_handshake_with_client_authentication_and_root_store() 623 ssl_fixture->force_client_auth = true; in ssl_tsi_test_do_handshake_with_bad_client_cert()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | credentials.pyx.pxi | 247 bint force_client_auth): argument 264 if force_client_auth else 287 bint force_client_auth): argument 299 if force_client_auth else
|
/third_party/grpc/src/core/lib/security/credentials/ssl/ |
D | ssl_credentials.cc | 317 size_t num_key_cert_pairs, int force_client_auth, void* reserved) { in grpc_ssl_server_credentials_create() argument 320 force_client_auth in grpc_ssl_server_credentials_create()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.h | 234 int force_client_auth, const char* cipher_suites,
|
D | ssl_transport_security.cc | 2004 int force_client_auth, const char* cipher_suites, in tsi_create_ssl_server_handshaker_factory() argument 2009 force_client_auth ? TSI_REQUEST_AND_REQUIRE_CLIENT_CERTIFICATE_AND_VERIFY in tsi_create_ssl_server_handshaker_factory()
|
/third_party/grpc/src/cpp/server/ |
D | secure_server_credentials.cc | 120 options.force_client_auth in SslServerCredentials()
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 556 size_t num_key_cert_pairs, int force_client_auth, void* reserved);
|