am 0de6dea6: Merge "No need to specify key size when importing." into mnc-dev

* commit '0de6dea6fb0c3b87e967c4c223f5edda359d1c8c':
  No need to specify key size when importing.
This commit is contained in:
Alex Klyubin
2015-06-01 18:05:00 +00:00
committed by Android Git Automerger

View File

@@ -621,9 +621,6 @@ public class AndroidKeyStoreSpi extends KeyStoreSpi {
(params.getKeyValidityForConsumptionEnd() != null)
? params.getKeyValidityForConsumptionEnd() : new Date(Long.MAX_VALUE));
// TODO: Remove this once keymaster does not require us to specify the size of imported key.
args.addInt(KeymasterDefs.KM_TAG_KEY_SIZE, keyMaterial.length * 8);
if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0)
&& (!params.isRandomizedEncryptionRequired())) {
// Permit caller-provided IV when encrypting with this key