Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dchacha20.c145 crypto_stream_chacha20_ietf(out, sizeof out, nonce, key); in tv_ietf()
149 assert(crypto_stream_chacha20_ietf(out, 0U, nonce, key) == 0); in tv_ietf()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_chacha20.h71 int crypto_stream_chacha20_ietf(unsigned char *c, unsigned long long clen,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c129 crypto_stream_chacha20_ietf(block, sizeof block, state->nonce, state->k); in crypto_secretstream_xchacha20poly1305_push()
205 crypto_stream_chacha20_ietf(block, sizeof block, state->nonce, state->k); in crypto_secretstream_xchacha20poly1305_pull()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c107 crypto_stream_chacha20_ietf(block0, sizeof block0, npub, k); in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
264 crypto_stream_chacha20_ietf(block0, sizeof block0, npub, k); in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c60 crypto_stream_chacha20_ietf(unsigned char *c, unsigned long long clen, in crypto_stream_chacha20_ietf() function
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c182 crypto_stream_chacha20_ietf((unsigned char *) buf, (unsigned long long) size, in randombytes_buf_deterministic()
/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c75 crypto_stream_chacha20_ietf(block, sizeof(block), iv, ctx->key); in chacha20_poly1305_reinit()
/freebsd/sys/contrib/libsodium/
H A DChangeLog270 been implemented as crypto_stream_chacha20_ietf(),