HomeSort by relevance Sort by last modified time
    Searched refs:verify_options (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/test/core/handshake/
verify_peer_options.cc 114 static bool verify_peer_options_test(verify_peer_options* verify_options) {
143 ca_cert, &pem_key_cert_pair, verify_options, nullptr);
233 verify_peer_options verify_options; local
243 verify_options.verify_peer_callback = nullptr;
244 verify_options.verify_peer_callback_userdata = nullptr;
245 verify_options.verify_peer_destruct = nullptr;
246 GPR_ASSERT(verify_peer_options_test(&verify_options));
253 verify_options.verify_peer_callback = verify_callback;
254 verify_options.verify_peer_callback_userdata = static_cast<void*>(&userdata);
255 verify_options.verify_peer_destruct = verify_destruct
    [all...]
  /external/grpc-grpc/src/core/lib/security/credentials/ssl/
ssl_credentials.cc 51 if (c->config.verify_options.verify_peer_destruct != nullptr) {
52 c->config.verify_options.verify_peer_destruct(
53 c->config.verify_options.verify_peer_callback_userdata);
94 const verify_peer_options* verify_options,
109 if (verify_options != nullptr) {
110 memcpy(&config->verify_options, verify_options,
114 memset(&config->verify_options, 0, sizeof(verify_peer_options));
120 const verify_peer_options* verify_options, void* reserved) {
126 "verify_options=%p,
    [all...]
  /external/grpc-grpc/src/core/lib/security/security_connector/
security_connector.h 196 verify_peer_options verify_options; member in struct:__anon23211
security_connector.cc 633 const verify_peer_options* verify_options; member in struct:__anon23207
    [all...]
  /external/grpc-grpc/include/grpc/
grpc_security.h 197 - verify_options is an optional verify_peer_options object which holds
202 verify_options are copied during this call, so the verify_options
206 const verify_peer_options* verify_options, void* reserved);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 338 typedef grpc_channel_credentials*(*grpc_ssl_credentials_create_type)(const char* pem_root_certs, grpc_ssl_pem_key_cert_pair* pem_key_cert_pair, const verify_peer_options* verify_options, void* reserved);
    [all...]

Completed in 213 milliseconds