Lines Matching refs:td_outb

9436 	struct ipsec_test_data td_outb;  in test_ipsec_proto_known_vec()  local
9441 memcpy(&td_outb, test_data, sizeof(td_outb)); in test_ipsec_proto_known_vec()
9443 if (td_outb.aes_gmac || td_outb.aead || in test_ipsec_proto_known_vec()
9444 ((td_outb.ipsec_xform.proto != RTE_SECURITY_IPSEC_SA_PROTO_AH) && in test_ipsec_proto_known_vec()
9445 (td_outb.xform.chain.cipher.cipher.algo != RTE_CRYPTO_CIPHER_NULL))) { in test_ipsec_proto_known_vec()
9447 td_outb.ipsec_xform.options.iv_gen_disable = 1; in test_ipsec_proto_known_vec()
9450 return test_ipsec_proto_process(&td_outb, NULL, 1, false, &flags); in test_ipsec_proto_known_vec()
9473 struct ipsec_test_data td_outb; in test_ipsec_proto_known_vec_fragmented() local
9479 memcpy(&td_outb, test_data, sizeof(td_outb)); in test_ipsec_proto_known_vec_fragmented()
9482 td_outb.ipsec_xform.options.iv_gen_disable = 1; in test_ipsec_proto_known_vec_fragmented()
9484 return test_ipsec_proto_process(&td_outb, NULL, 1, false, &flags); in test_ipsec_proto_known_vec_fragmented()
9490 struct ipsec_test_data td_outb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_proto_all() local
9504 td_outb, in test_ipsec_proto_all()
9507 if (!td_outb->aead) { in test_ipsec_proto_all()
9511 cipher_alg = td_outb->xform.chain.cipher.cipher.algo; in test_ipsec_proto_all()
9512 auth_alg = td_outb->xform.chain.auth.auth.algo; in test_ipsec_proto_all()
9514 if (td_outb->aes_gmac && cipher_alg != RTE_CRYPTO_CIPHER_NULL) in test_ipsec_proto_all()
9528 ret = test_ipsec_proto_process(td_outb, td_inb, nb_pkts, true, in test_ipsec_proto_all()
9536 test_ipsec_td_update(td_inb, td_outb, nb_pkts, flags); in test_ipsec_proto_all()
9562 struct ipsec_test_data td_outb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_ah_proto_all() local
9571 td_outb, in test_ipsec_ah_proto_all()
9574 ret = test_ipsec_proto_process(td_outb, td_inb, nb_pkts, true, in test_ipsec_ah_proto_all()
9582 test_ipsec_td_update(td_inb, td_outb, nb_pkts, flags); in test_ipsec_ah_proto_all()
10038 struct ipsec_test_data td_outb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_pkt_replay() local
10047 memcpy(&td_outb[i], test_data, sizeof(td_outb[i])); in test_ipsec_pkt_replay()
10048 td_outb[i].ipsec_xform.options.iv_gen_disable = 1; in test_ipsec_pkt_replay()
10049 td_outb[i].ipsec_xform.replay_win_sz = winsz; in test_ipsec_pkt_replay()
10050 td_outb[i].ipsec_xform.options.esn = esn_en; in test_ipsec_pkt_replay()
10054 td_outb[i].ipsec_xform.esn.value = esn[i]; in test_ipsec_pkt_replay()
10056 ret = test_ipsec_proto_process(td_outb, td_inb, nb_pkts, true, in test_ipsec_pkt_replay()
10061 test_ipsec_td_update(td_inb, td_outb, nb_pkts, &flags); in test_ipsec_pkt_replay()