Searched refs:chacha_ivsetup (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | cipher-chachapoly.c | 81 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 D | chacha.h | 28 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
|
H A D | chacha.c | 82 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 D | chacha20_dolbeau-avx2.c | 54 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 D | chacha20_dolbeau-ssse3.c | 49 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 D | chacha20_ref.c | 63 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 D | arc4random.c | 177 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ); in _rs_init()
|
H A D | chacha_private.h | 80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function
|