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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c 63 crypto_box_curve25519xchacha20poly1305_detached( function in typeref:typename:int
105 return crypto_box_curve25519xchacha20poly1305_detached(
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 73 int crypto_box_curve25519xchacha20poly1305_detached(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 369 assert(crypto_box_curve25519xchacha20poly1305_detached(out, mac, m, m_len,
371 assert(crypto_box_curve25519xchacha20poly1305_detached(out, mac, m, m_len,

Completed in 14 milliseconds