Home
last modified time | relevance | path

Searched refs:KEYSTORE_FLAG_SUPER_ENCRYPTED (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore.h62 KEYSTORE_FLAG_SUPER_ENCRYPTED = 1 << 2, enumerator
/system/security/keystore/
Dblob.cpp275 return blob.flags & (KEYSTORE_FLAG_ENCRYPTED | KEYSTORE_FLAG_SUPER_ENCRYPTED); in rawBlobIsEncrypted()
287 return mBlob->flags & KEYSTORE_FLAG_SUPER_ENCRYPTED; in isSuperEncrypted()
303 mBlob->flags = setFlag(mBlob->flags, superEncrypted, KEYSTORE_FLAG_SUPER_ENCRYPTED); in setSuperEncrypted()
427 if ((rawBlob->flags & KEYSTORE_FLAG_SUPER_ENCRYPTED) && in readBlob()