Searched refs:hasKeyBlob (Results 1 – 4 of 4) sorted by relevance
105 if (result->hasKeyBlob()) return {}; in getLockedBlobEntryIfNotExists()111 if (kbe.hasKeyBlob()) return kbe; in getBlobEntryIfExists()117 if (kbe.hasKeyBlob()) return kbe; in getBlobEntryIfExists()124 if (kbe.hasKeyBlob()) return kbe; in getBlobEntryIfExists()132 if (!lockedentry || !lockedentry->hasKeyBlob()) return {}; in getLockedBlobEntryIfExists()
199 bool hasKeyBlob() const;
61 if (mMasterKeyEntry.hasKeyBlob()) { in initialize()
696 bool KeyBlobEntry::hasKeyBlob() const { in hasKeyBlob() function in KeyBlobEntry