Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c35 struct rte_crypto_sym_xform *xf, *xfn; in fill_crypto_xform() local
43 xfn = xf->next; in fill_crypto_xform()
47 if (xfn != NULL) in fill_crypto_xform()
59 if (xfn == NULL || xf->type != RTE_CRYPTO_SYM_XFORM_AUTH || in fill_crypto_xform()
60 xfn->type != RTE_CRYPTO_SYM_XFORM_CIPHER) in fill_crypto_xform()
64 xform->cipher = &xfn->cipher; in fill_crypto_xform()
69 if (xfn == NULL || xf->type != RTE_CRYPTO_SYM_XFORM_CIPHER || in fill_crypto_xform()
70 xfn->type != RTE_CRYPTO_SYM_XFORM_AUTH) in fill_crypto_xform()
74 xform->auth = &xfn->auth; in fill_crypto_xform()