Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dkeystore.h24 STATE_NO_ERROR = 1, enumerator
30 NO_ERROR = STATE_NO_ERROR, // 1
/system/security/keystore/
Dkeystore.cpp606 if (state != STATE_NO_ERROR) { in writeBlob()
684 if (isEncrypted() && (state != STATE_NO_ERROR)) { in readBlob()
773 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) { in setState()
815 if (src->getState() != STATE_NO_ERROR) { in copyMasterKey()
829 return masterKeyBlob.writeBlob(mMasterKeyFile, &passwordAesKey, STATE_NO_ERROR, entropy); in writeMasterKey()
858 STATE_NO_ERROR); in readMasterKey()
962 setState(STATE_NO_ERROR); in setupMasterKeys()
1829 case ::STATE_NO_ERROR: { in onUserPasswordChanged()
1880 if (state != ::STATE_NO_ERROR) { in lock()
2820 case ::STATE_NO_ERROR: in isKeystoreUnlocked()