On Mon, 19 Jan 2026 11:28:56 +0000
Radu Nicolau <[email protected]> wrote:

> +struct nxa_256_test_data nea4_test_1 = {
> +     .key = {
> +             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
> +             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
> +             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
> +             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
> +     },
> +     .iv = {
> +             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
> +             0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
> +     },

Could all these test vectors be declared static and const to avoid
any possibility of link mixups and corruption by crypto.

Reply via email to