Searched refs:destKey (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | key_store_service.h | 85 int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
|
D | IKeystoreService.cpp | 919 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, in duplicate() argument 926 data.writeString16(destKey); in duplicate() 1633 String16 destKey = data.readString16(); in onTransact() local 1635 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid); in onTransact()
|
D | key_store_service.cpp | 487 int32_t KeyStoreService::duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, in duplicate() argument 530 String8 target8(destKey); in duplicate()
|
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 197 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
|