Searched defs:password (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A DIKeystoreService.cpp214 virtual int32_t password(const String16& password) argument
218 data.writeString16(password);
221 ALOGD("password() could not contact remote: %d\n", status);
227 ALOGD("password() caught exception %d\n", err);
251 virtual int32_t unlock(const String16& password) argument
255 data.writeString16(password);
677 int32_t ret = password(pass);
H A Dkeystore.cpp66 * user-defined password. To keep things simple, buffers are always larger than
1638 * file using the same password when the user unlock it for the first time. If
1642 int32_t password(const String16& password) { argument
1645 ALOGW("permission denied for %d: password", callingUid);
1649 const String8 password8(password);
1653 // generate master key, encrypt with password, write to file, initialize mMasterKey*.
1657 // rewrite master key with new password.
1661 // read master key, decrypt with password, initialize mMasterKey*.
1699 return password(p
[all...]

Completed in 126 milliseconds