Searched refs:chacha_ivsetup (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | cipher-chachapoly.c | 83 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt() 100 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt() 105 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt() 132 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
|
H A D | chacha.h | 27 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
|
H A D | chacha.c | 80 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
/dflybsd-src/crypto/libressl/crypto/chacha/ |
H A D | chacha.c | 35 chacha_ivsetup((chacha_ctx *)ctx, iv, counter); in ChaCha_set_iv() 81 chacha_ivsetup(&ctx, iv, NULL); in CRYPTO_chacha_20()
|
H A D | chacha-merged.c | 31 static inline void chacha_ivsetup(struct chacha_ctx *x, const u8 *iv, 114 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
/dflybsd-src/sys/crypto/chacha20/ |
H A D | chacha.h | 43 LOCAL void chacha_ivsetup(struct chacha_ctx *x, const uint8_t *iv,
|
H A D | chacha.c | 81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
/dflybsd-src/lib/libc/gen/ |
H A D | arc4random.c | 102 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ, NULL); in _rs_init()
|
/dflybsd-src/sys/kern/ |
H A D | subr_csprng.c | 235 chacha_ivsetup(&state->cipher_ctx, NULL, counter); in csprng_reseed()
|
/dflybsd-src/sys/crypto/ |
H A D | chachapoly.c | 70 chacha_ivsetup(&ctx->chacha, nonce64, counter64); in _chacha20poly1305_init()
|