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

Commit 84a378f2 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug in Android Keystore updateAAD." into mnc-dev

parents 1e575a0f ae1e0e92
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