Searched refs:cxf (Results 1 – 2 of 2) sorted by relevance
355 const struct crypto_xform *cxf) in esp_sa_init() argument366 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() local514 rc = fill_crypto_xform(&cxf, type, prm); in rte_ipsec_sa_init()[all …]
897 struct comp_algo *cxf; in swcr_compdec() local901 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() local1328 cxf = &comp_algo_deflate; in swcr_newsession()1335 ses->swcr_compdec.sw_cxf = cxf; in swcr_newsession()