Home
last modified time | relevance | path

Searched defs:public_key_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/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
/aosp_15_r20/bootable/recovery/tests/unit/
H A Dverifier_test.cpp260 std::string public_key_file = from_testdata_base("testkey_" + *it + ".x509.pem"); in SetUp() local