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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_seal_curve25519xchacha20poly1305.c 61 if (clen < crypto_box_curve25519xchacha20poly1305_SEALBYTES) {
67 crypto_box_curve25519xchacha20poly1305_SEALBYTES);
76 crypto_box_curve25519xchacha20poly1305_sealbytes(void) function in typeref:typename:size_t
78 return crypto_box_curve25519xchacha20poly1305_SEALBYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 134 #define crypto_box_curve25519xchacha20poly1305_SEALBYTES \
139 size_t crypto_box_curve25519xchacha20poly1305_sealbytes(void);

Completed in 13 milliseconds