Home | History | Annotate | Download | only in keystore

Lines Matching refs:UNLOCK

1025  * file using the same password when the user unlock it for the first time. If
1052 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused,
1281 P_UNLOCK = 1 << UNLOCK,
1309 {unlock, CommandCodes[UNLOCK], STATE_LOCKED, P_UNLOCK, {PASSWORD_SIZE, 0, 0}},