Lines Matching refs:buffer
75 /* BTW Don't reduce the buffer size below 128 Bytes!
104 memcpy(state.buffer + leftover, in, count);
105 in = state.buffer;
136 /* BTW Don't reduce the buffer size below 128 Bytes!
285 /*The PHE require the out buffer must 128 bytes and 16-bytes aligned*/
298 /* Append the bytes in state's buffer to a block to handle */
301 memcpy(sctx->buffer + partial, data,
303 src = sctx->buffer;
323 memcpy(sctx->buffer + partial, src, len - done);
369 /*The PHE require the out buffer must 128 bytes and 16-bytes aligned*/
382 /* Append the bytes in state's buffer to a block to handle */