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

  /src/sys/crypto/sodium/
crypto_kx.h 28 #define crypto_kx_SESSIONKEYBYTES 32
30 size_t crypto_kx_sessionkeybytes(void);
46 int crypto_kx_client_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES],
47 unsigned char tx[crypto_kx_SESSIONKEYBYTES],
54 int crypto_kx_server_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES],
55 unsigned char tx[crypto_kx_SESSIONKEYBYTES],
93 #define crypto_kx_SESSIONKEYBYTES 32
95 size_t crypto_kx_sessionkeybytes(void);
111 int crypto_kx_client_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES],
112 unsigned char tx[crypto_kx_SESSIONKEYBYTES],
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kx.h 27 #define crypto_kx_SESSIONKEYBYTES 32
29 size_t crypto_kx_sessionkeybytes(void);
45 int crypto_kx_client_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES],
46 unsigned char tx[crypto_kx_SESSIONKEYBYTES],
53 int crypto_kx_server_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES],
54 unsigned char tx[crypto_kx_SESSIONKEYBYTES],

Completed in 45 milliseconds