Searched defs:crypto_kx_PUBLICKEYBYTES (Results 1 – 2 of 2) sorted by relevance
13 crypto_kx_seed_keypair(unsigned char pk[crypto_kx_PUBLICKEYBYTES], in crypto_kx_seed_keypair()23 crypto_kx_keypair(unsigned char pk[crypto_kx_PUBLICKEYBYTES], in crypto_kx_keypair()36 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES], in crypto_kx_client_session_keys()38 const unsigned char server_pk[crypto_kx_PUBLICKEYBYTES]) in crypto_kx_client_session_keys()77 const unsigned char server_pk[crypto_kx_PUBLICKEYBYTES], in crypto_kx_server_session_keys()79 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES]) in crypto_kx_server_session_keys()
15 #define crypto_kx_PUBLICKEYBYTES 32 macro