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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_secretbox_xchacha20poly1305.h 56 int crypto_secretbox_xchacha20poly1305_open_detached(unsigned char *m,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
secretbox_xchacha20poly1305.c 89 crypto_secretbox_xchacha20poly1305_open_detached(unsigned char *m, function in typeref:typename:int
150 return crypto_secretbox_xchacha20poly1305_open_detached
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c 115 return crypto_secretbox_xchacha20poly1305_open_detached(m, c, mac, clen, n,
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 273 assert(crypto_secretbox_xchacha20poly1305_open_detached
276 assert(crypto_secretbox_xchacha20poly1305_open_detached

Completed in 14 milliseconds