Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c740 static struct sk_buff *create_cipher_wr(struct cipher_wr_param *wrparam) in create_cipher_wr() argument
742 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(wrparam->req); in create_cipher_wr()
749 ablkcipher_request_ctx(wrparam->req); in create_cipher_wr()
754 gfp_t flags = wrparam->req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in create_cipher_wr()
758 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr()
763 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes, in create_cipher_wr()
765 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr()
778 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
814 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam); in create_cipher_wr()
815 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid); in create_cipher_wr()
[all …]
Dchcr_crypto.h331 struct cipher_wr_param *wrparam);
336 struct cipher_wr_param *wrparam,