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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 11 crypto_box_publickeybytes(void) function in typeref:typename:size_t
13 return crypto_box_PUBLICKEYBYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 27 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES
29 size_t crypto_box_publickeybytes(void);
122 #define crypto_box_SEALBYTES (crypto_box_PUBLICKEYBYTES + crypto_box_MACBYTES)
  /src/sys/external/isc/libsodium/dist/test/default/
box.c 17 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
83 assert(crypto_box_publickeybytes() > 0U);
95 crypto_box_publickeybytes());

Completed in 14 milliseconds