Home | History | Annotate | Download | only in keystore

Lines Matching refs:is_hardware_backed

520     int32_t is_hardware_backed(const String16& keyType) override {
524 status_t status = remote()->transact(BnKeystoreService::IS_HARDWARE_BACKED, data, &reply);
526 ALOGD("is_hardware_backed() could not contact remote: %d\n", status);
531 ALOGD("is_hardware_backed() caught exception %d\n", err);
1149 case IS_HARDWARE_BACKED: {
1152 int32_t ret = is_hardware_backed(keyType);