]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/misc/max78000_aes: Comment Internal Key Storage
authorJackson Donaldson <jackson88044@gmail.com>
Mon, 21 Jul 2025 09:07:53 +0000 (10:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jul 2025 09:07:53 +0000 (10:07 +0100)
commit30dbcd9283988ba352181cb42c6a69ae32075363
treea41086a63fe89995a9340b440fa07617c7f31e58
parente74aad9f81cc2bfee2057086610e21bd98e9c5a5
hw/misc/max78000_aes: Comment Internal Key Storage

Coverity Scan noted an unusual pattern in the
MAX78000 aes device, with duplicated calls to
set_decrypt. This commit adds a comment noting
why the implementation is correct.

Signed-off-by: Jackson Donaldson <jcksn@duck.com>
Message-id: 20250716002622.84685-1-jcksn@duck.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/max78000_aes.c