Home
last modified time | relevance | path

Searched defs:private_key_file (Results 1 – 6 of 6) sorted by relevance

/external/ot-br-posix/third_party/Simple-web-server/repo/
Dserver_https.hpp17 …t port, size_t thread_pool_size, const std::string& cert_file, const std::string& private_key_file, in Server()
27 …Server(const std::string& cert_file, const std::string& private_key_file, const std::string& verif… in Server()
Dclient_https.hpp14 … const std::string& cert_file=std::string(), const std::string& private_key_file=std::string(), in Client()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dfile_watcher_certificate_provider_factory.h44 const std::string& private_key_file() const { return private_key_file_; } in private_key_file() function
/external/python/asn1crypto/tests/
Dtest_keys.py474 def algorithm_name(self, private_key_file, public_key_file, algorithm, _): argument
484 def bit_size(self, private_key_file, public_key_file, _, bit_size): argument
/external/python/oauth2client/tests/
Dtest_crypt.py45 def _make_svc_account_creds(self, private_key_file='privatekey.p12'): argument
Dtest_jwt.py66 def _check_sign_and_verify(self, private_key_file): argument