commit | 7db4619696695f3716e792c1c86f8ccac3288ca5 | [log] [tgz] |
---|---|---|
author | Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com> | Fri Jun 27 15:49:30 2025 +0100 |
committer | Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com> | Fri Jun 27 15:49:30 2025 +0100 |
tree | a0cd3462f3bfa082c15ff9a016c7c54276c4fc11 | |
parent | c1213cea6feca2f7941aed7ab90b951cdcb0ff80 [diff] |
Crypto: fix PSA AEAD tests failing in cc312 drivers CC312 AEAD drivers don't support unaligned chunks to AES block size (16-bytes). Therefore, make sure the buffers used in the AEAD tests are 16-byte aligned. Also, don't run AEAD tests exercising unaligned chunks. Change-Id: Idbd9aac42333a173c59bec9d3a7cb118e82b08d3 Signed-off-by: Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com>