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

/system/security/keystore/
H A Duser_state.cpp91 ResponseCode UserState::copyMasterKey(UserState* src) { function in class:UserState
H A Dkeystore.cpp68 ResponseCode KeyStore::copyMasterKey(uid_t srcUser, uid_t dstUser) { function in class:KeyStore
71 return userState->copyMasterKey(initState);

Completed in 137 milliseconds