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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 24 #define crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES 32U
26 size_t crypto_box_curve25519xchacha20poly1305_secretkeybytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c 177 crypto_box_curve25519xchacha20poly1305_secretkeybytes(void) function in typeref:typename:size_t
179 return crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 316 sk = (unsigned char *) sodium_malloc(crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES);
401 sodium_bin2hex(hex, sizeof hex, sk, crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES);
410 assert(crypto_box_curve25519xchacha20poly1305_secretkeybytes() == crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES);

Completed in 14 milliseconds