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
140
ResponseCode UserState::
readMasterKey
(const android::String8& pw, Entropy* entropy) {
230
// Pre-gingerbread used this hardwired salt,
readMasterKey
will rewrite these when found
KeyStore.cpp
106
ResponseCode KeyStore::
readMasterKey
(const android::String8& pw, uid_t userId) {
108
return userState->
readMasterKey
(pw, mEntropy);
Completed in 215 milliseconds