Lines Matching refs:nbuf
833 unsigned int nbuf; member
845 unsigned int nbuf; member
1690 req_ctx->nbuf = req_ctx->to_hash_later; in ahash_done()
1808 req_ctx->nbuf = 0; in ahash_init()
1858 if (!req_ctx->last && (nbytes + req_ctx->nbuf <= blocksize)) { in ahash_process_req()
1862 req_ctx->buf + req_ctx->nbuf, nbytes); in ahash_process_req()
1863 req_ctx->nbuf += nbytes; in ahash_process_req()
1868 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()
1883 if (req_ctx->nbuf) { in ahash_process_req()
1884 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()
1886 sg_set_buf(req_ctx->bufsl, req_ctx->buf, req_ctx->nbuf); in ahash_process_req()
1974 memcpy(export->buf, req_ctx->buf, req_ctx->nbuf); in ahash_export()
1979 export->nbuf = req_ctx->nbuf; in ahash_export()
1997 memcpy(req_ctx->buf, export->buf, export->nbuf); in ahash_import()
2002 req_ctx->nbuf = export->nbuf; in ahash_import()