commit | 542212b9e5ea5e9973cfaeed78234258612736a8 | [log] [tgz] |
---|---|---|
author | Karuna Wadhera <kwadhera@google.com> | Fri Nov 01 21:23:50 2024 +0000 |
committer | Karuna Wadhera <kwadhera@google.com> | Fri Nov 01 21:41:27 2024 +0000 |
tree | 8b7759d096cc4b3641d03c93cd313d8c99778614 | |
parent | ec1e917776be47e8327390df47cc39c0a1588d88 [diff] [blame] |
Keystore and KeyMint version bump Bug: 369375199 Test: Builds (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6024c6937fab613a48f848048085c27bcf776729) Merged-In: I46b6cc227ef7484932f298733efd73ec7dec2cf3 Change-Id: I46b6cc227ef7484932f298733efd73ec7dec2cf3
diff --git a/keystore2/src/km_compat.rs b/keystore2/src/km_compat.rs index 5e3bdfa..95e9294 100644 --- a/keystore2/src/km_compat.rs +++ b/keystore2/src/km_compat.rs
@@ -214,6 +214,12 @@ fn sendRootOfTrust(&self, root_of_trust: &[u8]) -> binder::Result<()> { self.real.sendRootOfTrust(root_of_trust) } + fn setAdditionalAttestationInfo( + &self, + additional_attestation_info: &[KeyParameter], + ) -> binder::Result<()> { + self.real.setAdditionalAttestationInfo(additional_attestation_info) + } // For methods that emit keyblobs, check whether the underlying real device // supports the relevant parameters, and forward to the appropriate device.