Searched refs:setEncrypted (Results 1 – 5 of 5) sorted by relevance
133 void setEncrypted(bool encrypted);
156 newBlob.setEncrypted(blob.isEncrypted()); in upgradeKeyBlob()825 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in generateKey()930 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in importKey()
389 blob->setEncrypted(true); in upgradeBlob()
289 void Blob::setEncrypted(bool encrypted) { in setEncrypted() function in Blob
204 keyBlob.setEncrypted(flags & KEYSTORE_FLAG_ENCRYPTED); in insert()