Searched refs:main_ctx (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | cipher-chachapoly.c | 36 struct chacha_ctx main_ctx, header_ctx; member 48 chacha_keysetup(&ctx->main_ctx, key, 256); in chachapoly_new() 83 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt() 84 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt() 105 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt() 106 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt()
|