Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dtalitos.c875 struct scatterlist bufsl[2]; member
2029 sg_init_table(req_ctx->bufsl, nsg); in ahash_process_req()
2030 sg_set_buf(req_ctx->bufsl, ctx_buf, req_ctx->nbuf); in ahash_process_req()
2032 sg_chain(req_ctx->bufsl, 2, areq->src); in ahash_process_req()
2033 req_ctx->psrc = req_ctx->bufsl; in ahash_process_req()
2049 req_ctx->psrc = scatterwalk_ffwd(req_ctx->bufsl, areq->src, in ahash_process_req()