Searched refs:private_key_file (Results 1 – 5 of 5) sorted by relevance
/external/python/asn1crypto/tests/ |
D | test_keys.py | 474 def algorithm_name(self, private_key_file, public_key_file, algorithm, _): argument 475 with open(os.path.join(fixtures_dir, private_key_file), 'rb') as f: 484 def bit_size(self, private_key_file, public_key_file, _, bit_size): argument 485 with open(os.path.join(fixtures_dir, private_key_file), 'rb') as f:
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | file_watcher_certificate_provider_factory.h | 44 const std::string& private_key_file() const { return private_key_file_; } in private_key_file() function
|
D | file_watcher_certificate_provider_factory.cc | 131 file_watcher_config->private_key_file(), in CreateCertificateProvider()
|
/external/python/oauth2client/tests/ |
D | test_jwt.py | 66 def _check_sign_and_verify(self, private_key_file): argument 67 private_key = datafile(private_key_file)
|
D | test_crypt.py | 45 def _make_svc_account_creds(self, private_key_file='privatekey.p12'): argument 46 filename = data_filename(private_key_file)
|