Searched refs:verify_peer_options (Results 1 – 9 of 9) sorted by relevance
94 const verify_peer_options* verify_options, in ssl_build_config()111 sizeof(verify_peer_options)); in ssl_build_config()114 memset(&config->verify_options, 0, sizeof(verify_peer_options)); in ssl_build_config()120 const verify_peer_options* verify_options, void* reserved) { in grpc_ssl_credentials_create()
114 static bool verify_peer_options_test(verify_peer_options* verify_options) { in verify_peer_options_test()233 verify_peer_options verify_options; in main()
88 srcs = ["verify_peer_options.cc"],
184 } verify_peer_options; typedef206 const verify_peer_options* verify_options, void* reserved);
196 verify_peer_options verify_options;
633 const verify_peer_options* verify_options;
461 ctypedef struct verify_peer_options:476 verify_peer_options *verify_options, void *reserved) nogil
338 …m_root_certs, grpc_ssl_pem_key_cert_pair* pem_key_cert_pair, const verify_peer_options* verify_opt…
7700 test/core/handshake/verify_peer_options.cc