Home
last modified time | relevance | path

Searched refs:pdcp_test_params (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev.c8576 sec_cap_idx.pdcp.domain = pdcp_test_params[i].domain; in test_pdcp_proto_SGL()
8690 pdcp_test_params[i].cipher_key_len; in test_pdcp_proto_SGL()
8694 if (pdcp_test_params[i].auth_alg != 0) { in test_pdcp_proto_SGL()
8701 pdcp_test_params[i].auth_key_len; in test_pdcp_proto_SGL()
8713 .domain = pdcp_test_params[i].domain, in test_pdcp_proto_SGL()
8849 pdcp_test_params[i].cipher_key_len, in test_pdcp_proto_cplane_encap()
8865 pdcp_test_params[i].cipher_key_len, in test_pdcp_proto_uplane_encap()
8881 pdcp_test_params[i].cipher_key_len, in test_pdcp_proto_uplane_encap_with_int()
8897 pdcp_test_params[i].cipher_key_len, in test_pdcp_proto_cplane_decap()
8913 pdcp_test_params[i].cipher_key_len, in test_pdcp_proto_uplane_decap()
[all …]
H A Dtest_cryptodev_security_pdcp_test_vectors.h134 static struct pdcp_test_param pdcp_test_params[] = { variable