Home
last modified time | relevance | path

Searched refs:STATE_LOCKED (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore.h25 STATE_LOCKED = 2, enumerator
32 LOCKED = STATE_LOCKED, // 2
/system/security/keystore/
Duser_state.cpp62 setState(STATE_LOCKED); in initialize()
DKeyStore.cpp233 userState->setState(STATE_LOCKED); in lock()
Dkey_store_service.cpp394 case ::STATE_LOCKED: { in onUserPasswordChanged()
472 if (state != ::STATE_LOCKED) { in unlock()
1333 case ::STATE_LOCKED: in isKeystoreUnlocked()
Dblob.cpp408 if (state == STATE_LOCKED) { in readBlob()