Lines Matching defs:keystream
110 * \brief Generates a keystream block.
113 * \param keystream Generated keystream bytes are written to this buffer.
116 unsigned char keystream[64])
149 MBEDTLS_PUT_UINT32_LE(working_state[i], keystream, offset);
160 /* Initially, there's no keystream bytes available */
207 /* Initially, there's no keystream bytes available */
220 /* Use leftover keystream bytes, if available */
232 /* Generate new keystream block and increment counter */
244 /* Generate new keystream block and increment counter */