Home
last modified time | relevance | path

Searched refs:crypto_stream_chacha20 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dchacha20.c37 crypto_stream_chacha20(out, sizeof out, nonce, key); in tv()
52 crypto_stream_chacha20(out, plen, nonce, key); in tv()
57 crypto_stream_chacha20(out, sizeof out, nonce, key); in tv()
61 assert(crypto_stream_chacha20(out, 0U, nonce, key) == 0); in tv()
140 crypto_stream_chacha20(out, plen, nonce, key); in tv_ietf()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c40 return crypto_stream_chacha20(c, clen, n + crypto_core_hchacha20_INPUTBYTES, in crypto_stream_xchacha20()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_chacha20.h38 int crypto_stream_chacha20(unsigned char *c, unsigned long long clen,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c36 crypto_stream_chacha20(block0, sizeof block0, npub, k); in crypto_aead_chacha20poly1305_encrypt_detached()
184 crypto_stream_chacha20(block0, sizeof block0, npub, k); in crypto_aead_chacha20poly1305_decrypt_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c53 crypto_stream_chacha20(unsigned char *c, unsigned long long clen, in crypto_stream_chacha20() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am47 sodium/crypto_stream_chacha20.h \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c102 crypto_stream_chacha20(block0, crypto_stream_chacha20_KEYBYTES, in crypto_secretbox_xchacha20poly1305_open_detached()
/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c77 crypto_stream_chacha20(block, sizeof(block), iv, ctx->key); in chacha20_poly1305_reinit()