Home
last modified time | relevance | path

Searched refs:KeystoreKey (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/security/ondevice-signing/
H A DKeystoreKey.cpp71 KeystoreKey::KeystoreKey() { in KeystoreKey() function in KeystoreKey
75 Result<std::vector<uint8_t>> KeystoreKey::createKey() { in createKey()
147 bool KeystoreKey::initialize() { in initialize()
183 Result<std::vector<uint8_t>> KeystoreKey::verifyExistingKey() { in verifyExistingKey()
246 Result<std::vector<uint8_t>> KeystoreKey::getOrCreateKey() { in getOrCreateKey()
257 Result<SigningKey*> KeystoreKey::getInstance() { in getInstance()
258 static KeystoreKey keystoreKey; in getInstance()
294 Result<std::string> KeystoreKey::sign(const std::string& message) const { in sign()
324 Result<std::vector<uint8_t>> KeystoreKey::getPublicKey() const { in getPublicKey()
H A DKeystoreKey.h32 class KeystoreKey : public SigningKey {
39 virtual ~KeystoreKey(){}; in ~KeystoreKey()
46 KeystoreKey();
H A DAndroid.bp87 "KeystoreKey.cpp",
H A Dodsign_main.cpp333 auto keystoreResult = KeystoreKey::getInstance(); in main()