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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 47 crypto_box_macbytes(void) function in typeref:typename:size_t
49 return crypto_box_MACBYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 39 #define crypto_box_MACBYTES crypto_box_curve25519xsalsa20poly1305_MACBYTES
41 size_t crypto_box_macbytes(void);
122 #define crypto_box_SEALBYTES (crypto_box_PUBLICKEYBYTES + crypto_box_MACBYTES)
  /src/sys/external/isc/libsodium/dist/test/default/
box.c 89 assert(crypto_box_macbytes() > 0U);
107 crypto_box_macbytes());

Completed in 93 milliseconds