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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 35 crypto_box_zerobytes(void) function
37 return crypto_box_ZEROBYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 138 #define crypto_box_ZEROBYTES crypto_box_curve25519xsalsa20poly1305_ZEROBYTES
140 size_t crypto_box_zerobytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
box.c 87 assert(crypto_box_zerobytes() > 0U);
103 crypto_box_zerobytes());

Completed in 19 milliseconds