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

/system/security/keystore/
H A Duser_state.h52 ResponseCode copyMasterKey(UserState* src);
H A Dkeystore.h52 ResponseCode copyMasterKey(uid_t srcUser, uid_t dstUser);
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);
H A Dkey_store_service.cpp208 return mKeyStore->copyMasterKey(parentId, userId);

Completed in 104 milliseconds