Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceb3b523 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am f48be6d7: am 84a378f2: Merge "Fix a bug in Android Keystore updateAAD." into mnc-dev

* commit 'f48be6d7':
  Fix a bug in Android Keystore updateAAD.
parents 27479b57 f48be6d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ abstract class AndroidKeyStoreCipherSpiBase extends CipherSpi implements KeyStor
            inputLen = input.length;
            src.get(input);
        }
        super.engineUpdateAAD(input, inputOffset, inputLen);
        engineUpdateAAD(input, inputOffset, inputLen);
    }

    @Override