RE: [PATCH] test/crypto: fix PDCP-SDAP test vectors

2023-07-03 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: fix PDCP-SDAP test vectors > > Fix incorrect fields in PDCP Header. > 1. Only Data PDUs should be ciphered and authenticated. >Here the vectors are control PDUs which should not be crypto >processed. Change the D/C bit to make the vect

[PATCH] test/crypto: fix PDCP-SDAP test vectors

2023-06-28 Thread Aakash Sasidharan
Fix incorrect fields in PDCP Header. 1. Only Data PDUs should be ciphered and authenticated. Here the vectors are control PDUs which should not be crypto processed. Change the D/C bit to make the vector as Data PDU 2. Reserved fields must be set to 0. Updated the vectors and MAC-I values to

[PATCH] test/crypto: fix PDCP-SDAP test vectors

2023-06-28 Thread Aakash Sasidharan
Fix incorrect fields in PDCP Header. 1. Only Data PDUs should be ciphered and authenticated. Here the vectors are control PDUs which should not be crypto processed. Change the D/C bit to make the vector as Data PDU 2. Reserved fields must be set to 0. Updated the vectors and MAC-I values to