commit | 615191222e54b8a9601dafd8f3efee3be28415ac | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Tue Feb 18 15:46:17 2025 +0000 |
committer | David Drysdale <drysdale@google.com> | Tue Feb 18 15:46:17 2025 +0000 |
tree | 79d27ec79b3739f979cee053eb80ccfd2fb61686 | |
parent | 2233a9b2c356038227e057381556fbcc133df7c1 [diff] |
KeyMint: wrapping key must be RSA The description of the `unwrappingParams` parameter to `importWrappedKey` incorrectly implies that the wrapping key might be an AES key. This is not supported; it must be an RSA key as indicated 20 lines further up. Test: None, comment change Change-Id: Iabe6125ba8de0c6273f26fef2ed57e15e67a7311