Date: Sat, 18 Mar 2023 08:16:07 +0900 (JST)
From: Mori Hiroki <yamori813%yahoo.co.jp@localhost>
I have as flow error sometime at boot.
[...]
[ 1.0300028] BearSSL aes_ct AES-192-CBC enc: self-test failed
This sounds likely to be a hardware error. We run the same tests of
the same code on many different architectures including arm32, and we
probably would have noticed by now if the BearSSL aes_ct code were
broken.
Another possibility is that there is a bug in restoring registers on
interrupt or context switch in armv6. But I think we can rule out
this possibility because interrupts should still be blocked by this
point.