RE: [PATCH] test/crypto: add missing MAC-I to PDCP vectors

2023-02-01 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: add missing MAC-I to PDCP vectors > > Existing PDCP 12-bit C/U-plane output vectors with NULL encryption + NULL > integrity do not contain the MAC-I (32-bit of all zeros according to the > specification). > Vectors for other SN length (5, 18 bi

RE: [PATCH] test/crypto: add missing MAC-I to PDCP vectors

2023-01-30 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: add missing MAC-I to PDCP vectors > > Existing PDCP 12-bit C/U-plane output vectors with NULL encryption + NULL > integrity do not contain the MAC-I (32-bit of all zeros according to the > specification). > Vectors for other SN length (5, 18 bi

[PATCH] test/crypto: add missing MAC-I to PDCP vectors

2023-01-24 Thread Volodymyr Fialko
Existing PDCP 12-bit C/U-plane output vectors with NULL encryption + NULL integrity do not contain the MAC-I (32-bit of all zeros according to the specification). Vectors for other SN length (5, 18 bits) have the MAC-I set. Fixes: d883e6e7131b ("test/crypto: add PDCP C-Plane encap cases") Fixes: c