Home
last modified time | relevance | path

Searched refs:isEncrypted (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/
Dblob.h132 bool isEncrypted() const;
Dblob.cpp269 bool Blob::isEncrypted() const { in isEncrypted() function in Blob
316 if (blob.isEncrypted() || blob.isSuperEncrypted()) { in writeBlob()
DKeyStore.cpp182 shouldDelete = blob.isEncrypted(); in resetUser()
Dkeymaster_worker.cpp156 newBlob.setEncrypted(blob.isEncrypted()); in upgradeKeyBlob()
Dkey_store_service.cpp328 if (blob && blob.isEncrypted()) { in listUidsOfAuthBoundKeys()