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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dcipher-chachapoly.c81 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL);
98 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
103 chacha_ivsetup(&ctx->main_ctx, seqbuf, one);
130 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
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) function
/netbsd-current/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) function
100 chacha_ivsetup(&ctx, n, NULL);
145 chacha_ivsetup(&ctx, n, ic_bytes);
H A Dchacha20_dolbeau-ssse3.c49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function
94 chacha_ivsetup(&ctx, n, NULL);
139 chacha_ivsetup(&ctx, n, ic_bytes);
/netbsd-current/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) function
237 chacha_ivsetup(&ctx, n, NULL);
282 chacha_ivsetup(&ctx, n, ic_bytes);
/netbsd-current/external/bsd/unbound/dist/compat/
H A Darc4random.c177 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ);
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function

Completed in 142 milliseconds