Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/
Dchcr_algo.c805 static struct sk_buff *create_cipher_wr(struct cipher_wr_param *wrparam) in create_cipher_wr() argument
807 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(wrparam->req); in create_cipher_wr()
816 skcipher_request_ctx(wrparam->req); in create_cipher_wr()
821 gfp_t flags = wrparam->req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in create_cipher_wr()
827 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr()
832 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes, in create_cipher_wr()
834 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr()
847 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
883 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam); in create_cipher_wr()
884 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid); in create_cipher_wr()
[all …]
Dchcr_crypto.h336 struct cipher_wr_param *wrparam);
341 struct cipher_wr_param *wrparam,