Home
last modified time | relevance | path

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

/system/security/ondevice-signing/
DKeystoreKey.cpp53 static KeyDescriptor getKeyDescriptor(const android::String16& keyAlias, int64_t keyNspace) { in getKeyDescriptor()
66 KeystoreKey::KeystoreKey(std::string signedPubKeyPath, const android::String16& keyAlias, in KeystoreKey()
257 const android::String16& keyAlias, int64_t keyNspace, in getInstance()
DKeystoreHmacKey.cpp52 static KeyDescriptor getHmacKeyDescriptor(const android::String16& keyAlias, int64_t keyNspace) { in getHmacKeyDescriptor()
152 KeystoreHmacKey::KeystoreHmacKey(const android::String16& keyAlias, int64_t keyNspace, in KeystoreHmacKey()