Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c758 static struct sk_buff *create_cipher_wr(struct cipher_wr_param *wrparam) in create_cipher_wr() argument
760 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(wrparam->req); in create_cipher_wr()
767 ablkcipher_request_ctx(wrparam->req); in create_cipher_wr()
772 gfp_t flags = wrparam->req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in create_cipher_wr()
776 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr()
781 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes, in create_cipher_wr()
783 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr()
796 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
832 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam); in create_cipher_wr()
833 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid); in create_cipher_wr()
[all …]
Dchcr_crypto.h326 struct cipher_wr_param *wrparam);
331 struct cipher_wr_param *wrparam,