OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readMasterKey
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
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);
Completed in 2040 milliseconds