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
31 NO_ERROR = STATE_NO_ERROR, // 1
/system/security/keystore/
Duser_state.cpp101 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()
276 setState(STATE_NO_ERROR); in setupMasterKeys()