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

  /src/sys/crypto/sodium/
crypto_aead_chacha20poly1305.h 42 int crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c,
218 int crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c,
394 int crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c,
570 int crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_chacha20poly1305.h 40 int crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c,
  /src/sys/external/isc/libsodium/dist/test/default/
misuse.c 123 assert(crypto_aead_chacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX,
aead_chacha20poly1305.c 216 crypto_aead_chacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN,
275 crypto_aead_chacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN,
319 crypto_aead_chacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/
aead_chacha20poly1305.c 135 crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c, function in typeref:typename:int
  /src/sys/external/isc/libsodium/src/
sodium_selftest.c 177 error = crypto_aead_chacha20poly1305_ietf_encrypt(outbuf + M,
  /src/sys/net/
if_wg.c 1209 error = crypto_aead_chacha20poly1305_ietf_encrypt(out, &outsize, plain,

Completed in 19 milliseconds