HomeSort by relevance Sort by last modified time
    Searched refs:readMasterKey (Results 1 - 5 of 5) sorted by null

  /system/security/keystore/
user_state.h 55 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy);
keystore.h 54 ResponseCode readMasterKey(const android::String8& pw, uid_t userId);
user_state.cpp 142 ResponseCode UserState::readMasterKey(const android::String8& pw, Entropy* entropy) {
234 // Pre-gingerbread used this hardwired salt, readMasterKey will rewrite these when found
keystore.cpp 79 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) {
81 return userState->readMasterKey(pw, mEntropy);
key_store_service.cpp 261 return mKeyStore->readMasterKey(password8, userId);
    [all...]

Completed in 73 milliseconds