History log of /dpdk/app/test/test_cryptodev_security_pdcp_sdap_test_vectors.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 2c34aae9 28-Jun-2023 Aakash Sasidharan <asasidharan@marvell.com>

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

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 vector as Data PDU
2. Reserved fields must be set to 0.

Updated the vectors and MAC-I values to handle above cases.

Fixes: 003afde411e7 ("test/crypto: add test vectors for PDCP-SDAP")
Cc: stable@dpdk.org

Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>

show more ...


# 003afde4 12-Oct-2020 Franck Lenormand <franck.lenormand@nxp.com>

test/crypto: add test vectors for PDCP-SDAP

The test vectors are structured in a more readable way compared
to test vector for PDCP. This structure allows to have all the
information about a test ve

test/crypto: add test vectors for PDCP-SDAP

The test vectors are structured in a more readable way compared
to test vector for PDCP. This structure allows to have all the
information about a test vector at the same place.

Signed-off-by: Franck Lenormand <franck.lenormand@nxp.com>
Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...