Searched refs:sg_nents_xlen (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 139 static int sg_nents_xlen(struct scatterlist *sg, unsigned int reqlen, in sg_nents_xlen() function 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() 1198 dnents = sg_nents_xlen(req->dst, req->nbytes, in process_cipher() 1488 nents = sg_nents_xlen(req_ctx->hctx_wr.srcsg, param->sg_len, in create_hash_wr() 2218 reqctx->aad_nents = sg_nents_xlen(req->src, req->assoclen, in chcr_aead_common_init() 2220 reqctx->src_nents = sg_nents_xlen(req->src, req->cryptlen, in chcr_aead_common_init() 2294 dnents = sg_nents_xlen(req->dst, assoclen, CHCR_DST_SG_SIZE, 0); in create_authenc_wr() 2295 dnents += sg_nents_xlen(req->dst, req->cryptlen + in create_authenc_wr() 2860 dnents = sg_nents_xlen(req->dst, assoclen, CHCR_DST_SG_SIZE, 0); in create_aead_ccm_wr() [all …]
|