Lines Matching refs:cur_test
8377 const struct pdcp_sdap_test *cur_test; in test_PDCP_SDAP_PROTO_encap_all() local
8382 cur_test = &list_pdcp_sdap_tests[i]; in test_PDCP_SDAP_PROTO_encap_all()
8385 RTE_CRYPTO_AUTH_OP_GENERATE, cur_test->data_in, in test_PDCP_SDAP_PROTO_encap_all()
8386 cur_test->in_len, cur_test->data_out, in test_PDCP_SDAP_PROTO_encap_all()
8387 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_SDAP_PROTO_encap_all()
8388 cur_test->param.cipher_alg, cur_test->cipher_key, in test_PDCP_SDAP_PROTO_encap_all()
8389 cur_test->param.cipher_key_len, in test_PDCP_SDAP_PROTO_encap_all()
8390 cur_test->param.auth_alg, in test_PDCP_SDAP_PROTO_encap_all()
8391 cur_test->auth_key, cur_test->param.auth_key_len, in test_PDCP_SDAP_PROTO_encap_all()
8392 cur_test->bearer, cur_test->param.domain, in test_PDCP_SDAP_PROTO_encap_all()
8393 cur_test->packet_direction, cur_test->sn_size, in test_PDCP_SDAP_PROTO_encap_all()
8394 cur_test->hfn, in test_PDCP_SDAP_PROTO_encap_all()
8395 cur_test->hfn_threshold, SDAP_ENABLED); in test_PDCP_SDAP_PROTO_encap_all()
8398 cur_test->test_idx, in test_PDCP_SDAP_PROTO_encap_all()
8399 cur_test->param.name); in test_PDCP_SDAP_PROTO_encap_all()
8402 printf("\t%d) %s: Encap PASS\n", cur_test->test_idx, in test_PDCP_SDAP_PROTO_encap_all()
8403 cur_test->param.name); in test_PDCP_SDAP_PROTO_encap_all()
8419 const struct pdcp_sdap_test *cur_test; in test_PDCP_SDAP_PROTO_decap_all() local
8424 cur_test = &list_pdcp_sdap_tests[i]; in test_PDCP_SDAP_PROTO_decap_all()
8428 cur_test->data_out, in test_PDCP_SDAP_PROTO_decap_all()
8429 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_SDAP_PROTO_decap_all()
8430 cur_test->data_in, cur_test->in_len, in test_PDCP_SDAP_PROTO_decap_all()
8431 cur_test->param.cipher_alg, in test_PDCP_SDAP_PROTO_decap_all()
8432 cur_test->cipher_key, cur_test->param.cipher_key_len, in test_PDCP_SDAP_PROTO_decap_all()
8433 cur_test->param.auth_alg, cur_test->auth_key, in test_PDCP_SDAP_PROTO_decap_all()
8434 cur_test->param.auth_key_len, cur_test->bearer, in test_PDCP_SDAP_PROTO_decap_all()
8435 cur_test->param.domain, cur_test->packet_direction, in test_PDCP_SDAP_PROTO_decap_all()
8436 cur_test->sn_size, cur_test->hfn, in test_PDCP_SDAP_PROTO_decap_all()
8437 cur_test->hfn_threshold, SDAP_ENABLED); in test_PDCP_SDAP_PROTO_decap_all()
8440 cur_test->test_idx, in test_PDCP_SDAP_PROTO_decap_all()
8441 cur_test->param.name); in test_PDCP_SDAP_PROTO_decap_all()
8444 printf("\t%d) %s: Decap PASS\n", cur_test->test_idx, in test_PDCP_SDAP_PROTO_decap_all()
8445 cur_test->param.name); in test_PDCP_SDAP_PROTO_decap_all()