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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 16 #define crypto_box_curve25519xchacha20poly1305_SEEDBYTES 32U
18 size_t crypto_box_curve25519xchacha20poly1305_seedbytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c 165 crypto_box_curve25519xchacha20poly1305_seedbytes(void) function in typeref:typename:size_t
167 return crypto_box_curve25519xchacha20poly1305_SEEDBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 394 (crypto_box_curve25519xchacha20poly1305_SEEDBYTES);
395 for (i = 0; i <(int) crypto_box_curve25519xchacha20poly1305_SEEDBYTES; i++) {
408 assert(crypto_box_curve25519xchacha20poly1305_seedbytes() == crypto_box_curve25519xchacha20poly1305_SEEDBYTES);

Completed in 13 milliseconds