/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
D | grpc_tls_certificate_provider.cc | 97 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 …]
|
D | grpc_tls_certificate_provider.h | 89 FileWatcherCertificateProvider(std::string private_key_path, 112 const std::string& private_key_path,
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | tls_certificate_provider.h | 102 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/ |
D | tls_certificate_provider.h | 102 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/ |
D | main.cc | 161 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/ |
D | tls_certificate_provider.cc | 45 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/ |
D | static_credentials.cc | 183 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()
|
D | static_credentials.h | 61 const std::string& private_key_path,
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 840 const char* private_key_path, const char* identity_certificate_path,
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 840 const char* private_key_path, const char* identity_certificate_path,
|
/external/rust/crates/grpcio-sys/bindings/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 3296 private_key_path: *const ::std::os::raw::c_char, in grpc_tls_certificate_provider_file_watcher_create()
|
D | x86_64-unknown-linux-gnu-bindings.rs | 3296 private_key_path: *const ::std::os::raw::c_char, in grpc_tls_certificate_provider_file_watcher_create()
|