Searched refs:swEnforced (Results 1 – 4 of 4) sorted by relevance
546 auto& [success, hwEnforced, swEnforced] = result; in getKeyCharacteristics()559 swEnforced.Deserialize(&in); in getKeyCharacteristics()565 const keystore::AuthorizationSet& swEnforced) { in putKeyCharacteristics() argument571 swEnforced.Serialize(&out); in putKeyCharacteristics()
202 AuthorizationSet hwEnforced, swEnforced; in createKeyCharacteristicsCache() local206 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()
155 const keystore::AuthorizationSet& swEnforced);
331 auto [success, hwEnforced, swEnforced] = charBlob.getKeyCharacteristics(); in listUidsOfAuthBoundKeys()337 swEnforced.Contains(TAG_USER_SECURE_ID)) { in listUidsOfAuthBoundKeys()