Home
last modified time | relevance | path

Searched defs:PemKeyCertPair (Results 1 – 12 of 12) sorted by relevance

/dports/devel/grpc130/grpc-1.30.2/src/core/lib/security/security_connector/
H A Dssl_utils.h146 explicit PemKeyCertPair(grpc_ssl_pem_key_cert_pair* pair) in PemKeyCertPair() function
153 PemKeyCertPair(PemKeyCertPair&& other) { in PemKeyCertPair() function
164 PemKeyCertPair(const PemKeyCertPair& other) in PemKeyCertPair() function
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/security/security_connector/
H A Dssl_utils.h150 explicit PemKeyCertPair(grpc_ssl_pem_key_cert_pair* pair) in PemKeyCertPair() function
157 PemKeyCertPair(PemKeyCertPair&& other) noexcept { in PemKeyCertPair() function
168 PemKeyCertPair(const PemKeyCertPair& other) in PemKeyCertPair() function
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/security_connector/
H A Dssl_utils.h148 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair() function
152 PemKeyCertPair(PemKeyCertPair&& other) noexcept { in PemKeyCertPair() function
163 PemKeyCertPair(const PemKeyCertPair& other) in PemKeyCertPair() function
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/scripts/kconfig/
H A Dimages.c148 static const char *xpm_split_view[] = { in PemKeyCertPair()
152 "......................", in PemKeyCertPair()
163 "......#......#........", in PemKeyCertPair()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/security_connector/
H A Dssl_utils.h148 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair() function
152 PemKeyCertPair(PemKeyCertPair&& other) noexcept { in PemKeyCertPair() function
163 PemKeyCertPair(const PemKeyCertPair& other) in PemKeyCertPair() function
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/security/
H A Dserver_credentials.h45 struct PemKeyCertPair { struct
46 std::string private_key;
47 std::string cert_chain;
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/security/
H A Dserver_credentials.h47 struct PemKeyCertPair { struct
48 std::string private_key;
49 std::string cert_chain;
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/security/
H A Dserver_credentials.h47 struct PemKeyCertPair { struct
48 std::string private_key;
49 std::string cert_chain;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/security/
H A Dserver_credentials.h42 struct PemKeyCertPair { struct
43 grpc::string private_key;
44 grpc::string cert_chain;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/security/security_connector/
H A Dssl_utils.h135 explicit PemKeyCertPair(grpc_ssl_pem_key_cert_pair* pair) in PemKeyCertPair() function
142 PemKeyCertPair(PemKeyCertPair&& other) { in PemKeyCertPair() function
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/security/
H A Dserver_credentials.h42 struct PemKeyCertPair { struct
43 grpc::string private_key;
44 grpc::string cert_chain;
H A Dtls_credentials_options.h46 struct PemKeyCertPair { struct
53 const std::vector<PemKeyCertPair>& pem_key_cert_pair_list() const { in pem_key_cert_pair_list() argument