Searched refs:verify_peer_options (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/src/core/lib/security/credentials/ssl/ |
D | ssl_credentials.cc | 113 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/ |
D | ssl_security_connector.h | 35 verify_peer_options verify_options;
|
D | ssl_security_connector.cc | 203 const verify_peer_options* verify_options_;
|
/third_party/grpc/test/core/handshake/ |
D | verify_peer_options.cc | 116 static bool verify_peer_options_test(verify_peer_options* verify_options) { in verify_peer_options_test() 240 verify_peer_options verify_options; in main()
|
D | BUILD | 88 srcs = ["verify_peer_options.cc"],
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 214 } verify_peer_options; typedef 268 const verify_peer_options* verify_options, void* reserved);
|
/third_party/grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 1036 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/ |
D | grpc.pxi | 506 ctypedef struct verify_peer_options: 521 verify_peer_options *verify_options, void *reserved) nogil
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 356 …m_root_certs, grpc_ssl_pem_key_cert_pair* pem_key_cert_pair, const verify_peer_options* verify_opt…
|
/third_party/grpc/ |
D | CMakeLists.txt | 5731 test/core/handshake/verify_peer_options.cc
|