Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dcipher-chachapoly.c81 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt()
98 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt()
103 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt()
130 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
H A Dchacha.h28 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
H A Dchacha.c82 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c54 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function
100 chacha_ivsetup(&ctx, n, NULL); in stream_ref()
145 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
H A Dchacha20_dolbeau-ssse3.c49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function
94 chacha_ivsetup(&ctx, n, NULL); in stream_ref()
139 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c63 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function
237 chacha_ivsetup(&ctx, n, NULL); in stream_ref()
282 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
/netbsd-src/external/bsd/unbound/dist/compat/
H A Darc4random.c177 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ); in _rs_init()
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function