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

/system/security/keystore/
H A Dkey_store_service.h88 int32_t is_hardware_backed(const String16& keyType);
H A DIKeystoreService.cpp942 virtual int32_t is_hardware_backed(const String16& keyType) function in class:android::BpKeystoreService
949 ALOGD("is_hardware_backed() could not contact remote: %d\n", status);
955 ALOGD("is_hardware_backed() caught exception %d\n", err);
1661 int32_t ret = is_hardware_backed(keyType);
H A Dkey_store_service.cpp557 int32_t KeyStoreService::is_hardware_backed(const String16& keyType) { function in class:android::KeyStoreService
/system/security/keystore/include/keystore/
H A DIKeystoreService.h201 virtual int32_t is_hardware_backed(const String16& keyType) = 0;

Completed in 35 milliseconds