Searched refs:isEncrypted (Results 1 – 4 of 4) sorted by relevance
168 bool Blob::isEncrypted() const { in isEncrypted() function in Blob215 if (isEncrypted() || isSuperEncrypted()) { in writeBlob()275 if ((isEncrypted() || isSuperEncrypted())) { in readBlob()285 if (isEncrypted() || isSuperEncrypted()) { in readBlob()296 if (isEncrypted() || isSuperEncrypted()) { in readBlob()
104 bool isEncrypted() const;
212 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()
1956 newBlob.setEncrypted(blob->isEncrypted()); in upgradeKeyBlob()