Home
last modified time | relevance | path

Searched refs:signedPubKeyPath (Results 1 – 2 of 2) sorted by relevance

/system/security/ondevice-signing/
DKeystoreKey.h39 static android::base::Result<SigningKey*> getInstance(const std::string& signedPubKeyPath,
47 KeystoreKey(std::string signedPubKeyPath, const android::String16& keyAlias, int64_t keyNspace,
DKeystoreKey.cpp66 KeystoreKey::KeystoreKey(std::string signedPubKeyPath, const android::String16& keyAlias, in KeystoreKey() argument
69 mHmacKey(keyAlias, keyNspace, keyBootLevel), mSignedPubKeyPath(std::move(signedPubKeyPath)), in KeystoreKey()
256 Result<SigningKey*> KeystoreKey::getInstance(const std::string& signedPubKeyPath, in getInstance() argument
259 auto keystoreKey = new KeystoreKey(signedPubKeyPath, keyAlias, keyNspace, keyBootLevel); in getInstance()