Home
last modified time | relevance | path

Searched refs:verify_peer_options (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc113 sizeof(verify_peer_options)); in build_config()
116 memset(&config_.verify_options, 0, sizeof(verify_peer_options)); in build_config()
134 const verify_peer_options* verify_options, void* reserved) { in grpc_ssl_credentials_create()
/third_party/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.h35 verify_peer_options verify_options;
Dssl_security_connector.cc203 const verify_peer_options* verify_options_;
/third_party/grpc/test/core/handshake/
Dverify_peer_options.cc116 static bool verify_peer_options_test(verify_peer_options* verify_options) { in verify_peer_options_test()
240 verify_peer_options verify_options; in main()
DBUILD88 srcs = ["verify_peer_options.cc"],
/third_party/grpc/include/grpc/
Dgrpc_security.h214 } verify_peer_options; typedef
268 const verify_peer_options* verify_options, void* reserved);
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1036 verify_peer_options verify_options; in grpcsharp_ssl_credentials_create()
1038 verify_peer_options* verify_options_ptr = NULL; in grpcsharp_ssl_credentials_create()
1051 memset(&verify_options, 0, sizeof(verify_peer_options)); in grpcsharp_ssl_credentials_create()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi506 ctypedef struct verify_peer_options:
521 verify_peer_options *verify_options, void *reserved) nogil
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h356 …m_root_certs, grpc_ssl_pem_key_cert_pair* pem_key_cert_pair, const verify_peer_options* verify_opt…
/third_party/grpc/
DCMakeLists.txt5731 test/core/handshake/verify_peer_options.cc