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

  /src/sys/crypto/sodium/
crypto_aead_xchacha20poly1305.h 38 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
137 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
236 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
335 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_xchacha20poly1305.h 36 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/test/default/
aead_xchacha20poly1305.c 42 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN,
97 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN,
141 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN,
misuse.c 113 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
aead_xchacha20poly1305.c 43 crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c, function in typeref:typename:int
  /src/sys/external/isc/libsodium/src/
sodium_selftest.c 420 error = crypto_aead_xchacha20poly1305_ietf_encrypt(outbuf + M,
  /src/sys/net/
if_wg.c 1246 error = crypto_aead_xchacha20poly1305_ietf_encrypt(out, &outsize,

Completed in 18 milliseconds