> -----Original Message-----
> From: Power, Ciara <[email protected]>
> Sent: Wednesday, September 21, 2022 1:51 PM
> To: Akhil Goyal <[email protected]>; Zhang, Roy Fan
> <[email protected]>; Wang, Yipeng1 <[email protected]>;
> Gobriel, Sameh <[email protected]>; Richardson, Bruce
> <[email protected]>; Medvedkin, Vladimir
> <[email protected]>
> Cc: [email protected]; Ji, Kai <[email protected]>; De Lara Guarch, Pablo
> <[email protected]>; Power, Ciara <[email protected]>
> Subject: [PATCH v3 5/5] test/crypto: add remaining blockcipher SGL tests
> 
> The current blockcipher test function only has support for two types of
> SGL test, INPLACE or OOP_SGL_IN_LB_OUT. These types are hardcoded into
> the function, with the number of segments always set to 3.
> 
> To ensure all SGL types are tested, blockcipher test vectors now have
> fields to specify SGL type, and the number of segments.
> If these fields are missing, the previous defaults are used,
> either INPLACE or OOP_SGL_IN_LB_OUT, with 3 segments.
> 
> Some AES and Hash vectors are modified to use these new fields, and new
> AES tests are added to test the SGL types that were not previously
> being tested.
> 
> Signed-off-by: Ciara Power <[email protected]>
> ---
Acked-by: Fan Zhang <[email protected]>

Reply via email to