Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c139 static int sg_nents_xlen(struct scatterlist *sg, unsigned int reqlen, in sg_nents_xlen() function
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()
1222 dnents = sg_nents_xlen(req->dst, req->nbytes, in process_cipher()
1511 nents = sg_nents_xlen(req_ctx->hctx_wr.srcsg, param->sg_len, in create_hash_wr()
2357 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen + in create_authenc_wr()
2360 snents = sg_nents_xlen(req->src, req->assoclen + req->cryptlen, in create_authenc_wr()
2915 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen in create_aead_ccm_wr()
2920 snents = sg_nents_xlen(req->src, req->assoclen + req->cryptlen, in create_aead_ccm_wr()
3007 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen + in create_gcm_wr()
[all …]