Searched refs:keystream (Results 1 – 1 of 1) sorted by relevance
155 } keystream; in XChaCha() local159 for (j = 0; j < 16; j++) keystream.words[j] = cpu_to_le32(x[j] + state[j]); in XChaCha()161 dst[i + j] = src[i + j] ^ keystream.bytes[j]; in XChaCha()