Searched refs:upgrade (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DKeymaster.h142 upgrade = -2,
H A Dcryptfs.cpp190 case KeymasterSignResult::upgrade:
200 SLOGE("Failed to upgrade key");
1749 int upgrade = 0; local
1837 upgrade = 1;
1840 upgrade = 1;
1843 if (upgrade) {
1849 SLOGD("Key Derivation Function upgrade: rc=%d\n", rc);
1851 // Do not fail even if upgrade failed - machine is bootable
H A DKeymaster.cpp317 LOG(ERROR) << "Keymaster key requires upgrade";
318 return KeymasterSignResult::upgrade;
/system/bt/stack/include/
H A Dbtm_api_types.h1363 BTM_SP_UPGRADE_EVT /* check if the application wants to upgrade the link key
1503 bool upgrade; /* true, to upgrade the link key */ member in struct:__anon1156
1516 tBTM_SP_UPGRADE upgrade; /* BTM_SP_UPGRADE_EVT */ member in union:__anon1157
/system/bt/bta/dm/
H A Dbta_dm_act.cc2604 bta_dm_co_lk_upgrade(p_data->upgrade.bd_addr, &p_data->upgrade.upgrade);
/system/bt/stack/btm/
H A Dbtm_sec.cc1842 ** Is a link key upgrade even possible?
1854 /* upgrade is possible: check if the application wants the upgrade.
1856 * it probably would not want to upgrade the link key based on the
1884 BTM_TRACE_DEBUG("need upgrade!! sec_flags:0x%x", p_dev_rec->sec_flags);
1885 /* upgrade is possible: check if the application wants the upgrade.
1887 * it probably would not want to upgrade the link key based on the security
1891 evt_data.upgrade = true;
1896 BTM_TRACE_DEBUG("evt_data.upgrade
[all...]

Completed in 3485 milliseconds