commit | 644cd4d692a855e86630c0f1ecbb44dd360863a9 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Sat Jul 31 12:30:11 2021 -0600 |
committer | Shawn Willden <swillden@google.com> | Wed Aug 11 06:40:15 2021 -0600 |
tree | 23e4a0757425d4fa524970d9ab8d84254909dd75 | |
parent | 0fc9478bd055ae9e7e0972e9e93a90a32d27255a [diff] |
Use KmErrorOr<T> for key blob auth encryption This is an interface-only change that makes key blob auth encryption easier to work with, and -- more importantly -- ensures that errors are checked, since KmErrorOk will crash the process if an error is left unchecked. Bug: 187105270 Test: keymaster_tests Change-Id: I9e919d0d29714d370357545958625bb7b3f7a9e4 Merged-In: I9e919d0d29714d370357545958625bb7b3f7a9e4