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

/system/security/keystore/
H A DIKeystoreService.cpp919 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, argument
926 data.writeString16(destKey);
1651 String16 destKey = data.readString16(); local
1653 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid);
H A Dkey_store_service.cpp496 int32_t KeyStoreService::duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, argument
539 String8 target8(destKey);

Completed in 36 milliseconds