Lines Matching defs:fill
92 uint32_t fill;
246 if (actx->fill % AES_BLOCK_SIZE) {
275 desc->size = actx->fill;
319 actx->fill = 0;
343 if (actx->fill + len > out_off)
344 clen = out_off - actx->fill;
348 memcpy(in_buf + actx->fill, src_buf, clen);
351 actx->fill += clen;
357 if (actx->fill == out_off || sg_is_last(src) ||
365 actx->fill, dst_off);
366 dst_off += actx->fill;
367 last_out_len = actx->fill;
368 actx->fill = 0;
573 desc->size = actx->fill;
640 if (actx->fill + len > DCP_BUF_SZ)
641 clen = DCP_BUF_SZ - actx->fill;
645 scatterwalk_map_and_copy(in_buf + actx->fill, src, oft, clen,
650 actx->fill += clen;
656 if (len && actx->fill == DCP_BUF_SZ) {
660 actx->fill = 0;
676 actx->fill = 0;
740 actx->fill = 0;