Lines Matching refs:password
46 * user-defined password. To keep things simple, buffers are always larger than
630 * file using the same password when the user unlock it for the first time. If
634 static ResponseCode password(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value*) {
637 // generate master key, encrypt with password, write to file, initialize mMasterKey*.
641 // rewrite master key with new password.
645 // read master key, decrypt with password, initialize mMasterKey*.
658 return password(keyStore, sock, uid, pw, unused);
675 PASSWORD = 128,
699 {password, 'p', STATE_ANY, PASSWORD, {PASSWORD_SIZE, 0}},