commit | 919cb2a5a9dabd61cb02eff7a589f9f1f0f793ee | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Thu Feb 05 21:58:25 2015 -0800 |
committer | Chad Brubaker <cbrubaker@google.com> | Thu Mar 05 13:31:50 2015 -0800 |
tree | 6aadf6f2a5515a17c1b7e8103f95ade4185c9cfc | |
parent | 9899d6b392e8223c3c00bfccadd43b18cdc96b4f [diff] |
Use keymaster 1.0 softkeymaster This changes the fallback device to the new keymaster 1.0 softkeymaster as well as changes keystore to use keymaster1_device_t's everywhere internally. It is safe to cast a keymaster0_device_t* to a keymaster1_device_t* and access all the keymaster0 methods, but all keymaster 1.0 method calls on the hardware device MUST check that the device version is >= keymaster 1.0. Change-Id: I6a5906da774f774723c14ea71f69b1c1efcc5a33