HomeSort by: relevance | last modified time | path
    Searched refs:crypto_stream_xsalsa20_KEYBYTES (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xsalsa20/
stream_xsalsa20.c 45 crypto_stream_xsalsa20_keybytes(void) function in typeref:typename:size_t
47 return crypto_stream_xsalsa20_KEYBYTES;
63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES])
65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xsalsa20.h 23 #define crypto_stream_xsalsa20_KEYBYTES 32U
25 size_t crypto_stream_xsalsa20_keybytes(void);
51 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]);
crypto_stream.h 24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
  /src/sys/external/isc/libsodium/dist/test/default/
keygen.c 36 { crypto_stream_xsalsa20_keygen, crypto_stream_xsalsa20_KEYBYTES }

Completed in 34 milliseconds