Lines Matching refs:buffer
76 /* BTW Don't reduce the buffer size below 128 Bytes!
105 memcpy(state.buffer + leftover, in, count);
106 in = state.buffer;
137 /* BTW Don't reduce the buffer size below 128 Bytes!
286 /*The PHE require the out buffer must 128 bytes and 16-bytes aligned*/
299 /* Append the bytes in state's buffer to a block to handle */
302 memcpy(sctx->buffer + partial, data,
304 src = sctx->buffer;
324 memcpy(sctx->buffer + partial, src, len - done);
370 /*The PHE require the out buffer must 128 bytes and 16-bytes aligned*/
383 /* Append the bytes in state's buffer to a block to handle */