Home
last modified time | relevance | path

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

/system/security/keystore/
Dblob.h95 void setEncrypted(bool encrypted);
Dblob.cpp74 void Blob::setEncrypted(bool encrypted) { in setEncrypted() function in Blob
Dkeystore.cpp466 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in importKey()
598 blob->setEncrypted(true); in upgradeBlob()
Dkey_store_service.cpp103 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in insert()
660 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in generateKey()
770 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in importKey()
1567 newBlob.setEncrypted(blob->isEncrypted()); in upgradeKeyBlob()