Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c95 error = crypto_stream_chacha20_xor_ic(out, in, in chacha20_poly1305_crypt()
113 error = crypto_stream_chacha20_xor_ic(out, in, len, ctx->nonce, in chacha20_poly1305_crypt_multi()
131 error = crypto_stream_chacha20_xor_ic(out, in, len, ctx->nonce, in chacha20_poly1305_crypt_last()
/freebsd/sys/contrib/libsodium/test/default/
H A Dchacha20.c64 assert(crypto_stream_chacha20_xor_ic(out, out, 0U, nonce, 1U, key) == 0); in tv()
71 crypto_stream_chacha20_xor_ic(out, out, sizeof out, nonce, 0U, key); in tv()
75 crypto_stream_chacha20_xor_ic(out, out, sizeof out, nonce, 1U, key); in tv()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c62 crypto_stream_chacha20_xor_ic(c + mlen0, m + mlen0, mlen - mlen0, in crypto_secretbox_xchacha20poly1305_detached()
132 crypto_stream_chacha20_xor_ic(m + mlen0, c + mlen0, clen - mlen0, in crypto_secretbox_xchacha20poly1305_open_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c52 return crypto_stream_chacha20_xor_ic( in crypto_stream_xchacha20_xor_ic()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_chacha20.h47 int crypto_stream_chacha20_xor_ic(unsigned char *c, const unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c44 crypto_stream_chacha20_xor_ic(c, m, mlen, npub, 1U, k); in crypto_aead_chacha20poly1305_encrypt_detached()
210 crypto_stream_chacha20_xor_ic(m, c, mlen, npub, 1U, k); in crypto_aead_chacha20poly1305_decrypt_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c67 crypto_stream_chacha20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_chacha20_xor_ic() function
/freebsd/sys/contrib/libsodium/
H A DChangeLog402 - crypto_stream_chacha20_xor_ic() and crypto_stream_salsa20_xor_ic()