Searched defs:public_key_file (Results 1 – 2 of 2) sorted by relevance
474 def algorithm_name(self, private_key_file, public_key_file, algorithm, _): argument484 def bit_size(self, private_key_file, public_key_file, _, bit_size): argument
260 std::string public_key_file = from_testdata_base("testkey_" + *it + ".x509.pem"); in SetUp() local