Home
last modified time | relevance | path

Searched refs:main_ctx (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dcipher-chachapoly.c37 chacha_keysetup(&ctx->main_ctx, key, 256); in chachapoly_init()
66 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt()
67 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt()
88 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt()
89 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt()
Dcipher-chachapoly.h28 struct chacha_ctx main_ctx, header_ctx; member