Searched refs:crypto_stream_chacha20_ietf (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | chacha20.c | 145 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 D | crypto_stream_chacha20.h | 71 int crypto_stream_chacha20_ietf(unsigned char *c, unsigned long long clen,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 129 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 D | aead_chacha20poly1305.c | 107 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 D | stream_chacha20.c | 60 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 D | randombytes.c | 182 crypto_stream_chacha20_ietf((unsigned char *) buf, (unsigned long long) size, in randombytes_buf_deterministic()
|
/freebsd/sys/opencrypto/ |
H A D | xform_chacha20_poly1305.c | 75 crypto_stream_chacha20_ietf(block, sizeof(block), iv, ctx->key); in chacha20_poly1305_reinit()
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 270 been implemented as crypto_stream_chacha20_ietf(),
|