OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYSTORE_FLAG_SUPER_ENCRYPTED
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/include/keystore/
keystore.h
55
//
KEYSTORE_FLAG_SUPER_ENCRYPTED
is for blobs that are already encrypted by keymaster but have
60
KEYSTORE_FLAG_SUPER_ENCRYPTED
= 1 << 2,
/system/security/keystore/
blob.cpp
177
return mBlob.flags &
KEYSTORE_FLAG_SUPER_ENCRYPTED
;
193
mBlob.flags = setFlag(mBlob.flags, superEncrypted,
KEYSTORE_FLAG_SUPER_ENCRYPTED
);
Completed in 199 milliseconds