Home
last modified time | relevance | path

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

/dpdk/lib/ipsec/
H A Dsa.c384 const struct crypto_xform *cxf) in esp_sa_init() argument
396 if (cxf->aead != NULL) { in esp_sa_init()
397 switch (cxf->aead->algo) { in esp_sa_init()
402 sa->iv_ofs = cxf->aead->iv.offset; in esp_sa_init()
411 sa->iv_ofs = cxf->aead->iv.offset; in esp_sa_init()
420 sa->iv_ofs = cxf->aead->iv.offset; in esp_sa_init()
434 sa->iv_ofs = cxf->auth->iv.offset; in esp_sa_init()
439 sa->iv_ofs = cxf->cipher->iv.offset; in esp_sa_init()
441 switch (cxf->cipher->algo) { in esp_sa_init()
555 struct crypto_xform cxf; in rte_ipsec_sa_init() local
[all …]