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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_seal_curve25519xchacha20poly1305.c 43 ret = crypto_box_curve25519xchacha20poly1305_easy(
box_curve25519xchacha20poly1305.c 98 crypto_box_curve25519xchacha20poly1305_easy( function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 55 int crypto_box_curve25519xchacha20poly1305_easy(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/test/default/
misuse.c 21 assert(crypto_box_curve25519xchacha20poly1305_easy
xchacha20.c 330 assert(crypto_box_curve25519xchacha20poly1305_easy(out, m, 0, nonce,
332 assert(crypto_box_curve25519xchacha20poly1305_easy(out, m, m_len, nonce,

Completed in 15 milliseconds