HomeSort by relevance Sort by last modified time
    Searched refs:IS_HARDWARE_BACKED (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/include/keystore/
IKeystoreService.h 66 IS_HARDWARE_BACKED = IBinder::FIRST_CALL_TRANSACTION + 21,
120 virtual int32_t is_hardware_backed(const String16& keyType) = 0;
  /system/security/keystore/
IKeystoreService.cpp 545 virtual int32_t is_hardware_backed(const String16& keyType) function in class:android::BpKeystoreService
550 status_t status = remote()->transact(BnKeystoreService::IS_HARDWARE_BACKED, data, &reply);
552 ALOGD("is_hardware_backed() could not contact remote: %d\n", status);
558 ALOGD("is_hardware_backed() caught exception %d\n", err);
862 case IS_HARDWARE_BACKED: {
865 int32_t ret = is_hardware_backed(keyType);

Completed in 2739 milliseconds