Lines Matching refs:xfn
33 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()
81 xform->auth = &xfn->auth; in fill_crypto_xform()