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

Commit b893b4b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix use of auth-bound keys after screen lock removal" into oc-mr1-dev

parents f531f886 da5dae23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -754,6 +754,8 @@ public class KeyStore {
                // None of the key's SIDs can ever be authenticated
                return new KeyPermanentlyInvalidatedException();
            }
            case UNINITIALIZED:
                return new KeyPermanentlyInvalidatedException();
            default:
                return new InvalidKeyException("Keystore operation failed", e);
        }