Searched refs:bufsl (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dbfin_crc.c84 struct scatterlist bufsl[2]; /* chained sg list */ member in struct:bfin_crypto_crc_reqctx
370 sg_init_table(ctx->bufsl, nsg); bfin_crypto_crc_handle_queue()
371 sg_set_buf(ctx->bufsl, ctx->buflast, ctx->buflast_len); bfin_crypto_crc_handle_queue()
373 scatterwalk_sg_chain(ctx->bufsl, nsg, bfin_crypto_crc_handle_queue()
375 ctx->sg = ctx->bufsl; bfin_crypto_crc_handle_queue()
H A Dtalitos.c665 struct scatterlist bufsl[2]; member in struct:talitos_ahash_req_ctx
1736 sg_init_table(req_ctx->bufsl, nsg); ahash_process_req()
1737 sg_set_buf(req_ctx->bufsl, req_ctx->buf, req_ctx->nbuf); ahash_process_req()
1739 scatterwalk_sg_chain(req_ctx->bufsl, 2, areq->src); ahash_process_req()
1740 req_ctx->psrc = req_ctx->bufsl; ahash_process_req()

Completed in 68 milliseconds