Searched refs:isSuperEncrypted (Results 1 – 4 of 4) sorted by relevance
135 bool isSuperEncrypted() const;
277 bool Blob::isSuperEncrypted() const { in isSuperEncrypted() function in Blob316 if (blob.isEncrypted() || blob.isSuperEncrypted()) { in writeBlob()
157 newBlob.setSuperEncrypted(blob.isSuperEncrypted()); in upgradeKeyBlob()
836 if (rc == ResponseCode::LOCKED && keyBlob.isSuperEncrypted()) { in begin()