HomeSort by: relevance | last modified time | path
    Searched defs:noncesuffix (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
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,
core3.c 11 static unsigned char NONCESUFFIX[8] = { 0x82, 0x19, 0xe0, 0x03,
22 unsigned char *noncesuffix; local in function:main
33 noncesuffix = (unsigned char *) sodium_malloc(8);
34 memcpy(noncesuffix, NONCESUFFIX, 8);
42 in[i] = noncesuffix[i];
106 sodium_free(noncesuffix);

Completed in 12 milliseconds