commit | 54ce425debe764d473b97536add9d231f26cb9b4 | [log] [tgz] |
---|---|---|
author | Max Bires <jbires@google.com> | Fri Sep 03 07:31:26 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 03 07:31:26 2021 +0000 |
tree | 4dc35aface65c4d97cfc16b0ecac2a987dc51662 | |
parent | d0ac680be2815522895275870100ce44a30bc280 [diff] | |
parent | b04c67a9386fd141002f0836220ef69592f26a52 [diff] |
Change the language for SB AES key sizes am: b04c67a938 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1817585 Change-Id: I8c19f2a29486baee1723b57fb0d313199a978646
diff --git a/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl b/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl index 1849723..cd8cfc5 100644 --- a/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl +++ b/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl
@@ -96,7 +96,8 @@ * * o AES * - * - 128 and 256-bit keys + * - TRUSTED_ENVIRONMENT IKeyMintDevices must support 128, 192 and 256-bit keys. + * STRONGBOX IKeyMintDevices must only support 128 and 256-bit keys. * - CBC, CTR, ECB and GCM modes. The GCM mode must not allow the use of tags smaller than 96 * bits or nonce lengths other than 96 bits. * - CBC and ECB modes must support unpadded and PKCS7 padding modes. With no padding CBC and