Home
last modified time | relevance | path

Searched refs:private_key_path (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc97 std::string private_key_path, std::string identity_certificate_path, in FileWatcherCertificateProvider() argument
99 : private_key_path_(std::move(private_key_path)), in FileWatcherCertificateProvider()
288 const std::string& private_key_path, in ReadIdentityKeyCertPairFromFiles() argument
300 GetModificationTime(private_key_path.c_str()); in ReadIdentityKeyCertPairFromFiles()
305 private_key_path.c_str()); in ReadIdentityKeyCertPairFromFiles()
320 grpc_load_file(private_key_path.c_str(), 0, &key_slice.slice); in ReadIdentityKeyCertPairFromFiles()
323 private_key_path.c_str(), in ReadIdentityKeyCertPairFromFiles()
343 GetModificationTime(private_key_path.c_str()); in ReadIdentityKeyCertPairFromFiles()
348 private_key_path.c_str()); in ReadIdentityKeyCertPairFromFiles()
390 const char* private_key_path, const char* identity_certificate_path, in grpc_tls_certificate_provider_file_watcher_create() argument
[all …]
Dgrpc_tls_certificate_provider.h89 FileWatcherCertificateProvider(std::string private_key_path,
112 const std::string& private_key_path,
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dtls_certificate_provider.h102 FileWatcherCertificateProvider(const std::string& private_key_path,
107 FileWatcherCertificateProvider(const std::string& private_key_path, in FileWatcherCertificateProvider() argument
110 : FileWatcherCertificateProvider(private_key_path, in FileWatcherCertificateProvider()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dtls_certificate_provider.h102 FileWatcherCertificateProvider(const std::string& private_key_path,
107 FileWatcherCertificateProvider(const std::string& private_key_path, in FileWatcherCertificateProvider() argument
110 : FileWatcherCertificateProvider(private_key_path, in FileWatcherCertificateProvider()
/external/openscreen/cast/standalone_receiver/
Dmain.cc161 std::string private_key_path; in RunStandaloneReceiver() local
172 private_key_path = optarg; in RunStandaloneReceiver()
208 if (private_key_path.empty() || developer_certificate_path.empty()) { in RunStandaloneReceiver()
222 receiver_id, private_key_path, developer_certificate_path); in RunStandaloneReceiver()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dtls_certificate_provider.cc45 const std::string& private_key_path, in FileWatcherCertificateProvider() argument
49 private_key_path.c_str(), identity_certificate_path.c_str(), in FileWatcherCertificateProvider()
/external/openscreen/cast/receiver/channel/
Dstatic_credentials.cc183 const std::string& private_key_path, in GenerateCredentials() argument
185 if (private_key_path.empty() || server_certificate_path.empty()) { in GenerateCredentials()
190 FileUniquePtr key_file(fopen(private_key_path.c_str(), "r"), &fclose); in GenerateCredentials()
Dstatic_credentials.h61 const std::string& private_key_path,
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc_security.h840 const char* private_key_path, const char* identity_certificate_path,
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h840 const char* private_key_path, const char* identity_certificate_path,
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs3296 private_key_path: *const ::std::os::raw::c_char, in grpc_tls_certificate_provider_file_watcher_create()
Dx86_64-unknown-linux-gnu-bindings.rs3296 private_key_path: *const ::std::os::raw::c_char, in grpc_tls_certificate_provider_file_watcher_create()