Home
last modified time | relevance | path

Searched refs:swEnforced (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dblob.cpp546 auto& [success, hwEnforced, swEnforced] = result; in getKeyCharacteristics()
559 swEnforced.Deserialize(&in); in getKeyCharacteristics()
565 const keystore::AuthorizationSet& swEnforced) { in putKeyCharacteristics() argument
571 swEnforced.Serialize(&out); in putKeyCharacteristics()
Dkeymaster_worker.cpp202 AuthorizationSet hwEnforced, swEnforced; in createKeyCharacteristicsCache() local
206 std::tie(success, hwEnforced, swEnforced) = charBlob.getKeyCharacteristics(); in createKeyCharacteristicsCache()
226 swEnforced.Union(softwareEnforced); in createKeyCharacteristicsCache()
232 success = newCharBlob.putKeyCharacteristics(hwEnforced, swEnforced); in createKeyCharacteristicsCache()
280 resultCharacteristics.softwareEnforced = swEnforced.hidl_data(); in createKeyCharacteristicsCache()
Dblob.h155 const keystore::AuthorizationSet& swEnforced);
Dkey_store_service.cpp331 auto [success, hwEnforced, swEnforced] = charBlob.getKeyCharacteristics(); in listUidsOfAuthBoundKeys()
337 swEnforced.Contains(TAG_USER_SECURE_ID)) { in listUidsOfAuthBoundKeys()