Searched refs:wrparam (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 805 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() 1174 struct cipher_wr_param wrparam; chcr_handle_cipher_resp() local 1259 struct cipher_wr_param wrparam; process_cipher() local 2731 chcr_add_cipher_src_ent(struct skcipher_request *req, void *ulptx, struct cipher_wr_param *wrparam) chcr_add_cipher_src_ent() argument 2754 chcr_add_cipher_dst_ent(struct skcipher_request *req, struct cpl_rx_phys_dsgl *phys_cpl, struct cipher_wr_param *wrparam, unsigned short qid) chcr_add_cipher_dst_ent() argument [all...] |
H A D | chcr_crypto.h | 336 struct cipher_wr_param *wrparam); 341 struct cipher_wr_param *wrparam,
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 796 * @wrparam: Container for create_cipher_wr()'s parameters 798 static struct sk_buff *create_cipher_wr(struct cipher_wr_param *wrparam) in create_cipher_wr() argument 800 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(wrparam->req); in create_cipher_wr() 809 skcipher_request_ctx(wrparam->req); in create_cipher_wr() 814 gfp_t flags = wrparam->req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in create_cipher_wr() 820 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr() 825 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes, in create_cipher_wr() 827 temp = reqctx->imm ? roundup(wrparam->bytes, 16) : in create_cipher_wr() 840 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr() 876 chcr_add_cipher_src_ent(wrparam in create_cipher_wr() 1167 struct cipher_wr_param wrparam; chcr_handle_cipher_resp() local 1252 struct cipher_wr_param wrparam; process_cipher() local 2726 chcr_add_cipher_src_ent(struct skcipher_request *req, void *ulptx, struct cipher_wr_param *wrparam) chcr_add_cipher_src_ent() argument 2749 chcr_add_cipher_dst_ent(struct skcipher_request *req, struct cpl_rx_phys_dsgl *phys_cpl, struct cipher_wr_param *wrparam, unsigned short qid) chcr_add_cipher_dst_ent() argument [all...] |
H A D | chcr_crypto.h | 340 struct cipher_wr_param *wrparam); 345 struct cipher_wr_param *wrparam,
|
Completed in 9 milliseconds