• JP Abgrall's avatar
    vold: cryptfs: Don't update KDF without validating pwd/key. · 7bdfa52d
    JP Abgrall authored
    Prior to this, the Key derivation function would get
     blindly updated even if the user entered the wrong password.
    Now, we only attempt to upgrade the KDF if the pwd/key have
    been verified (i.e. after a successful mount).
    
    Bug: 11460197
    Change-Id: I0469228cc9b87c47754e8ca3c7146651da177da5
    7bdfa52d
cryptfs.c 63.8 KB