MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_pdcp_proto_uplane_encap

Function test_pdcp_proto_uplane_encap

dpdk/app/test/test_cryptodev.c:9594–9608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9592}
9593
9594int
9595test_pdcp_proto_uplane_encap(int i)
9596{
9597 return test_pdcp_proto(
9598 i, 0, RTE_CRYPTO_CIPHER_OP_ENCRYPT, RTE_CRYPTO_AUTH_OP_GENERATE,
9599 pdcp_test_data_in[i], pdcp_test_data_in_len[i],
9600 pdcp_test_data_out[i], pdcp_test_data_in_len[i],
9601 pdcp_test_params[i].cipher_alg, pdcp_test_crypto_key[i],
9602 pdcp_test_params[i].cipher_key_len,
9603 pdcp_test_params[i].auth_alg, pdcp_test_auth_key[i],
9604 pdcp_test_params[i].auth_key_len, pdcp_test_bearer[i],
9605 pdcp_test_params[i].domain, pdcp_test_packet_direction[i],
9606 pdcp_test_data_sn_size[i], pdcp_test_hfn[i],
9607 pdcp_test_hfn_threshold[i], SDAP_DISABLED);
9608}
9609
9610int
9611test_pdcp_proto_uplane_encap_with_int(int i)

Callers 1

Calls 1

test_pdcp_protoFunction · 0.85

Tested by

no test coverage detected