Home
last modified time | relevance | path

Searched defs:crypto_kx_PUBLICKEYBYTES (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
H A Dcrypto_kx.c13 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()
/netbsd-src/sys/crypto/sodium/
H A Dcrypto_kx.h16 #define crypto_kx_PUBLICKEYBYTES 32 macro
81 #define crypto_kx_PUBLICKEYBYTES 32 macro
146 #define crypto_kx_PUBLICKEYBYTES 32 macro
211 #define crypto_kx_PUBLICKEYBYTES 32 macro
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_kx.h15 #define crypto_kx_PUBLICKEYBYTES 32 macro