Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dbfin_crc.c84 struct scatterlist bufsl[2]; /* chained sg list */ member
350 sg_init_table(ctx->bufsl, nsg); in bfin_crypto_crc_handle_queue()
351 sg_set_buf(ctx->bufsl, ctx->buflast, ctx->buflast_len); in bfin_crypto_crc_handle_queue()
353 sg_chain(ctx->bufsl, nsg, req->src); in bfin_crypto_crc_handle_queue()
354 ctx->sg = ctx->bufsl; in bfin_crypto_crc_handle_queue()
Dtalitos.c834 struct scatterlist bufsl[2]; member
1885 sg_init_table(req_ctx->bufsl, nsg); in ahash_process_req()
1886 sg_set_buf(req_ctx->bufsl, req_ctx->buf, req_ctx->nbuf); in ahash_process_req()
1888 sg_chain(req_ctx->bufsl, 2, areq->src); in ahash_process_req()
1889 req_ctx->psrc = req_ctx->bufsl; in ahash_process_req()