Searched refs:isHardwareBacked (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/
H A Dkeystore.h87 bool isHardwareBacked(const android::String16& keyType) const;
H A Dkeystore.cpp495 bool KeyStore::isHardwareBacked(const android::String16& keyType) const { function in class:KeyStore
H A Dkey_store_service.cpp558 return mKeyStore->isHardwareBacked(keyType) ? 1 : 0;

Completed in 8 milliseconds