Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dkeystore.h24 STATE_NO_ERROR = 1, enumerator
31 NO_ERROR = STATE_NO_ERROR, // 1
/system/security/keystore/
Duser_state.cpp72 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) { in setState()
104 if ((*src)->getState() != STATE_NO_ERROR) { in copyMasterKey()
148 return lockedEntry.writeBlobs(masterKeyBlob, {}, passwordKey, STATE_NO_ERROR); in writeMasterKey()
185 lockedEntry.readBlobs(passwordKey, STATE_NO_ERROR); in readMasterKey()
290 setState(STATE_NO_ERROR); in setupMasterKeys()
Dkey_store_service.cpp389 case ::STATE_NO_ERROR: { in onUserPasswordChanged()
452 if (state != ::STATE_NO_ERROR) { in lock()
474 case ::STATE_NO_ERROR: in unlock()
1330 case ::STATE_NO_ERROR: in isKeystoreUnlocked()
Dblob.cpp326 if (state != STATE_NO_ERROR) { in writeBlob()