Home
last modified time | relevance | path

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

/dpdk/lib/ipsec/
H A Dsa.c33 struct rte_crypto_sym_xform *xf, *xfn; in fill_crypto_xform() local
41 xfn = xf->next; in fill_crypto_xform()
45 if (xfn != NULL) in fill_crypto_xform()
52 if (xfn != NULL) in fill_crypto_xform()
55 xform->cipher = &xfn->cipher; in fill_crypto_xform()
66 if (xfn == NULL || xf->type != RTE_CRYPTO_SYM_XFORM_AUTH || in fill_crypto_xform()
67 xfn->type != RTE_CRYPTO_SYM_XFORM_CIPHER) in fill_crypto_xform()
71 xform->cipher = &xfn->cipher; in fill_crypto_xform()
76 if (xfn == NULL || xf->type != RTE_CRYPTO_SYM_XFORM_CIPHER || in fill_crypto_xform()
77 xfn->type != RTE_CRYPTO_SYM_XFORM_AUTH) in fill_crypto_xform()
[all …]