Home
last modified time | relevance | path

Searched refs:dstsg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_crypto.h295 struct scatterlist *dstsg; member
H A Dchcr_algo.c648 int srcsg = minsg, dstsg = minsg; in chcr_sg_ent_in_wr() local
661 space > (sgl_ent_len[srcsg + 1] + dsgl_ent_len[dstsg])) { in chcr_sg_ent_in_wr()
667 while (dst && ((dstsg + 1) <= MAX_DSGL_ENT) && in chcr_sg_ent_in_wr()
668 space > (sgl_ent_len[srcsg] + dsgl_ent_len[dstsg + 1])) { in chcr_sg_ent_in_wr()
679 dstsg++; in chcr_sg_ent_in_wr()
827 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr()
1188 bytes = chcr_sg_ent_in_wr(reqctx->srcsg, reqctx->dstsg, 0, in chcr_handle_cipher_resp()
1347 reqctx->dstsg = req->dst; in process_cipher()
2768 dsgl_walk_add_sg(&dsgl_walk, reqctx->dstsg, wrparam->bytes, in chcr_add_cipher_dst_ent()
2770 reqctx->dstsg in chcr_add_cipher_dst_ent()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_crypto.h299 struct scatterlist *dstsg; member
H A Dchcr_algo.c644 int srcsg = minsg, dstsg = minsg; in chcr_sg_ent_in_wr() local
657 space > (sgl_ent_len[srcsg + 1] + dsgl_ent_len[dstsg])) { in chcr_sg_ent_in_wr()
663 while (dst && ((dstsg + 1) <= MAX_DSGL_ENT) && in chcr_sg_ent_in_wr()
664 space > (sgl_ent_len[srcsg] + dsgl_ent_len[dstsg + 1])) { in chcr_sg_ent_in_wr()
675 dstsg++; in chcr_sg_ent_in_wr()
820 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr()
1181 bytes = chcr_sg_ent_in_wr(reqctx->srcsg, reqctx->dstsg, 0, in chcr_handle_cipher_resp()
1340 reqctx->dstsg = req->dst; in process_cipher()
2763 dsgl_walk_add_sg(&dsgl_walk, reqctx->dstsg, wrparam->bytes, in chcr_add_cipher_dst_ent()
2765 reqctx->dstsg in chcr_add_cipher_dst_ent()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c1041 struct scatterlist *dstsg, unsigned int nbytes) in artpec6_crypto_common_init()
1038 artpec6_crypto_common_init(struct artpec6_crypto_req_common *common, struct crypto_async_request *parent, void (*complete)(struct crypto_async_request *req), struct scatterlist *dstsg, unsigned int nbytes) artpec6_crypto_common_init() argument
/kernel/linux/linux-6.6/drivers/crypto/axis/
H A Dartpec6_crypto.c1042 struct scatterlist *dstsg, unsigned int nbytes) in artpec6_crypto_common_init()
1039 artpec6_crypto_common_init(struct artpec6_crypto_req_common *common, struct crypto_async_request *parent, void (*complete)(struct crypto_async_request *req), struct scatterlist *dstsg, unsigned int nbytes) artpec6_crypto_common_init() argument

Completed in 19 milliseconds