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

  /src/sys/crypto/sodium/
crypto_kx.h 24 #define crypto_kx_SEEDBYTES 32
26 size_t crypto_kx_seedbytes(void);
39 const unsigned char seed[crypto_kx_SEEDBYTES]);
89 #define crypto_kx_SEEDBYTES 32
91 size_t crypto_kx_seedbytes(void);
104 const unsigned char seed[crypto_kx_SEEDBYTES]);
154 #define crypto_kx_SEEDBYTES 32
156 size_t crypto_kx_seedbytes(void);
169 const unsigned char seed[crypto_kx_SEEDBYTES]);
219 #define crypto_kx_SEEDBYTES 3
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kx.h 23 #define crypto_kx_SEEDBYTES 32
25 size_t crypto_kx_seedbytes(void);
38 const unsigned char seed[crypto_kx_SEEDBYTES]);

Completed in 58 milliseconds