Searched refs:generateKey (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/include/keystore/
H A DIKeystoreService.h193 virtual int32_t generateKey(const String16& name, const KeymasterArguments& params,
/system/security/keystore/
H A DIKeystoreService.cpp355 ALOGD("Failed to allocate buffer for generateKey outCharacteristics");
935 virtual int32_t generateKey(const String16& name, const KeymasterArguments& params, function in class:android::BpKeystoreService
949 ALOGD("generateKey() could not contact remote: %d\n", status);
955 ALOGD("generateKey() caught exception %d\n", err);
1582 int32_t ret = generateKey(name, args, entropy, entropyLength, uid, flags,
H A Dkeystore.cpp1980 int32_t rc = generateKey(name, params, NULL, 0, targetUid, flags,
2236 int32_t generateKey(const String16& name, const KeymasterArguments& params, function in class:android::KeyStoreProxy

Completed in 56 milliseconds