Home
last modified time | relevance | path

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

/system/security/keystore/
Dblob.cpp168 bool Blob::isEncrypted() const { in isEncrypted() function in Blob
215 if (isEncrypted() || isSuperEncrypted()) { in writeBlob()
275 if ((isEncrypted() || isSuperEncrypted())) { in readBlob()
285 if (isEncrypted() || isSuperEncrypted()) { in readBlob()
296 if (isEncrypted() || isSuperEncrypted()) { in readBlob()
Dblob.h104 bool isEncrypted() const;
Dkeystore.cpp212 shouldDelete = blob.isEncrypted(); in resetUser()
309 keyBlob->isEncrypted() ? KEYSTORE_FLAG_ENCRYPTED : KEYSTORE_FLAG_NONE); in get()
698 blob->isEncrypted() ? KEYSTORE_FLAG_ENCRYPTED : KEYSTORE_FLAG_NONE); in importBlobAsKey()
Dkey_store_service.cpp1956 newBlob.setEncrypted(blob->isEncrypted()); in upgradeKeyBlob()