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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h187 virtual int32_t is_hardware_backed(const String16& keyType) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp878 virtual int32_t is_hardware_backed(const String16& keyType) function in class:android::BpKeystoreService
885 ALOGD("is_hardware_backed() could not contact remote: %d\n", status);
891 ALOGD("is_hardware_backed() caught exception %d\n", err);
1546 int32_t ret = is_hardware_backed(keyType);
H A Dkeystore.cpp2191 int32_t is_hardware_backed(const String16& keyType) { function in class:android::KeyStoreProxy

Completed in 56 milliseconds