stream2.c | 11 static unsigned char noncesuffix[8] = { 0x82, 0x19, 0xe0, 0x03, variable in typeref:typename:unsigned char[8] 22 crypto_stream_salsa20(output, sizeof output, noncesuffix, secondkey); 30 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 0U, 35 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 1U,
|