Searched refs:writeMasterKey (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp803 ResponseCode response = writeMasterKey(pw, entropy);
823 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy) { function in class:UserState
868 response = writeMasterKey(pw, entropy);
1051 ResponseCode writeMasterKey(const android::String8& pw, uid_t userId) { function in class:KeyStore
1053 return userState->writeMasterKey(pw, mEntropy);
1831 return mKeyStore->writeMasterKey(password8, userId);

Completed in 50 milliseconds