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

Commit dd419de6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix KeyDeletionTest.DeleteAllKeys" am: 1758d3a4

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1793129

Change-Id: I5fbf106f112f594d6e6f49c912c4bd21857d97f3
parents 27768257 1758d3a4
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -6203,7 +6203,8 @@ TEST_P(KeyDeletionTest, DeleteAllKeys) {
                                     .Digest(Digest::NONE)
                                     .Padding(PaddingMode::NONE)
                                     .Authorization(TAG_NO_AUTH_REQUIRED)
                                     .Authorization(TAG_ROLLBACK_RESISTANCE));
                                     .Authorization(TAG_ROLLBACK_RESISTANCE)
                                     .SetDefaultValidity());
    ASSERT_TRUE(error == ErrorCode::ROLLBACK_RESISTANCE_UNAVAILABLE || error == ErrorCode::OK);

    // Delete must work if rollback protection is implemented