Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c355 const struct crypto_xform *cxf) in esp_sa_init() argument
366 if (cxf->aead != NULL) { in esp_sa_init()
367 switch (cxf->aead->algo) { in esp_sa_init()
371 sa->icv_len = cxf->aead->digest_length; in esp_sa_init()
372 sa->iv_ofs = cxf->aead->iv.offset; in esp_sa_init()
381 sa->icv_len = cxf->auth->digest_length; in esp_sa_init()
382 sa->iv_ofs = cxf->cipher->iv.offset; in esp_sa_init()
385 switch (cxf->cipher->algo) { in esp_sa_init()
488 struct crypto_xform cxf; in rte_ipsec_sa_init() local
514 rc = fill_crypto_xform(&cxf, type, prm); in rte_ipsec_sa_init()
[all …]
/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c897 struct comp_algo *cxf; in swcr_compdec() local
901 cxf = ses->swcr_compdec.sw_cxf; in swcr_compdec()
915 result = cxf->compress(data, crp->crp_payload_length, &out); in swcr_compdec()
917 result = cxf->decompress(data, crp->crp_payload_length, &out); in swcr_compdec()
1315 struct comp_algo *cxf; in swcr_newsession() local
1328 cxf = &comp_algo_deflate; in swcr_newsession()
1335 ses->swcr_compdec.sw_cxf = cxf; in swcr_newsession()