Searched refs:ReadInputKey (Results 1 – 2 of 2) sorted by relevance
48 crypto::RSAPrivateKey* ReadInputKey(const FilePath& private_key_path);
77 crypto::RSAPrivateKey* ExtensionCreator::ReadInputKey(const FilePath& in ReadInputKey() function in ExtensionCreator251 key_pair.reset(ReadInputKey(private_key_path)); in Run()