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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h123 virtual int32_t is_hardware_backed(const String16& keyType) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp545 virtual int32_t is_hardware_backed(const String16& keyType) function in class:android::BpKeystoreService
552 ALOGD("is_hardware_backed() could not contact remote: %d\n", status);
558 ALOGD("is_hardware_backed() caught exception %d\n", err);
924 int32_t ret = is_hardware_backed(keyType);
H A Dkeystore.cpp2317 int32_t is_hardware_backed(const String16& keyType) { function in class:android::KeyStoreProxy

Completed in 11 milliseconds