Searched defs:isEncrypted (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp457 bool isEncrypted() const { function in class:Blob
499 if (isEncrypted()) {
525 if (isEncrypted()) {
574 if (isEncrypted() && (state != STATE_NO_ERROR)) {
589 if (isEncrypted()) {
1026 uid, keyBlob->isEncrypted() ? KEYSTORE_FLAG_ENCRYPTED : KEYSTORE_FLAG_NONE);
1312 blob->isEncrypted() ? KEYSTORE_FLAG_ENCRYPTED : KEYSTORE_FLAG_NONE);

Completed in 51 milliseconds