| /freebsd-12.1/crypto/openssh/ |
| H A D | cipher-chachapoly.c | 66 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt() 83 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt() 88 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt() 115 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 | 81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
| H A D | ssh_namespace.h | 66 #define chacha_ivsetup Fssh_chacha_ivsetup macro
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| 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()
|
| 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()
|
| /freebsd-12.1/sys/crypto/chacha20/ |
| H A D | chacha.h | 33 LOCAL void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr);
|
| H A D | chacha-sw.c | 32 chacha_ivsetup(ctx, iv + 8, iv); in chacha20_xform_reinit()
|
| H A D | chacha.c | 85 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
| /freebsd-12.1/sys/contrib/libsodium/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()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | arc4random.c | 90 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ, NULL); in _rs_init()
|
| /freebsd-12.1/sys/libkern/ |
| H A D | arc4random.c | 108 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec); in chacha20_randomstir()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | arc4random.c | 81 chacha_ivsetup(&rs, buf + KEYSZ); in _rs_init()
|
| H A D | chacha_private.h | 80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function
|
| /freebsd-12.1/contrib/unbound/compat/ |
| H A D | arc4random.c | 175 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
|