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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h164 virtual int32_t generate(const String16& name, int32_t uid, int32_t keyType, int32_t keySize,
187 virtual int32_t is_hardware_backed(const String16& keyType) = 0;
/system/security/keystore/
H A Dkeystore.cpp1363 bool isHardwareBacked(const android::String16& keyType) const {
1369 if (sRSAKeyType == keyType) {
1913 int32_t generate(const String16& name, int32_t targetUid, int32_t keyType, int32_t keySize, argument
1923 addLegacyKeyAuthorizations(params.params, keyType);
1925 switch (keyType) {
1975 ALOGW("Unsupported key type %d", keyType);
2191 int32_t is_hardware_backed(const String16& keyType) { argument
2192 return mKeyStore->isHardwareBacked(keyType) ? 1 : 0;
2829 bool isKeyTypeSupported(const keymaster1_device_t* device, keymaster_keypair_t keyType) { argument
2832 switch (keyType) {
3001 addLegacyKeyAuthorizations(std::vector<keymaster_key_param_t>& params, int keyType) argument
[all...]
H A DIKeystoreService.cpp640 virtual int32_t generate(const String16& name, int32_t uid, int32_t keyType, int32_t keySize, argument
647 data.writeInt32(keyType);
878 virtual int32_t is_hardware_backed(const String16& keyType) argument
882 data.writeString16(keyType);
1391 int32_t keyType = data.readInt32(); local
1414 int32_t ret = generate(name, uid, keyType, keySize, flags, &args);
1545 String16 keyType = data.readString16(); local
1546 int32_t ret = is_hardware_backed(keyType);

Completed in 47 milliseconds