Searched refs:srcKey (Results 1 - 4 of 4) sorted by relevance

/system/security/keystore/
H A Dkey_store_service.h85 int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
H A DIKeystoreService.cpp919 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, argument
924 data.writeString16(srcKey);
1649 String16 srcKey = 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
536 String8 source8(srcKey);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h198 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,

Completed in 89 milliseconds