RE: [EXTERNAL] [PATCH] test/crypto: fix the bug of AES-ECB test

2025-03-02 Thread Akhil Goyal
> The test vector aes_test_data_19 plaintext is 192 bytes and this vector > is used to test 192-byte plaintext, but test vector plaintext.len > value is incorrectly assigned to 64. > > The test vector aes_test_data_20 plaintext length is 256 bytes, but > testcase comment incorrectly describes it a

[PATCH] test/crypto: fix the bug of AES-ECB test

2025-01-16 Thread Shaokai Zhang
The test vector aes_test_data_19 plaintext is 192 bytes and this vector is used to test 192-byte plaintext, but test vector plaintext.len value is incorrectly assigned to 64. The test vector aes_test_data_20 plaintext length is 256 bytes, but testcase comment incorrectly describes it as "192-byte