RE: [EXTERNAL] [PATCH] app/test: fix the check of the oop header data

2025-03-02 Thread Akhil Goyal
> The data of the out-of-place header is never checked. Therefore, > the faulty PMD, which overwrites this data, will not be able to > verify that with tests. New checks to support that were added to > the GCM OOP functions. > > Fixes: 51e202f0596f ("test/crypto: rename GCM test code") > Cc: sta..

[PATCH] app/test: fix the check of the oop header data

2025-02-26 Thread Arkadiusz Kusztal
The data of the out-of-place header is never checked. Therefore, the faulty PMD, which overwrites this data, will not be able to verify that with tests. New checks to support that were added to the GCM OOP functions. Fixes: 51e202f0596f ("test/crypto: rename GCM test code") Cc: sta...@dpdk.org Si