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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_secretbox_xchacha20poly1305.h 33 int crypto_secretbox_xchacha20poly1305_easy(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
secretbox_xchacha20poly1305.c 75 crypto_secretbox_xchacha20poly1305_easy(unsigned char *c, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 243 assert(crypto_secretbox_xchacha20poly1305_easy(out2, m, 0, nonce, key) == 0);
244 assert(crypto_secretbox_xchacha20poly1305_easy(out2, m, m_len, nonce, key) == 0);

Completed in 34 milliseconds