Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.c38 chacha_keysetup(&ctx->header_ctx, key + 32, 256); in chachapoly_init()
83 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt()
84 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt()
115 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
116 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
Dcipher-chachapoly.h28 struct chacha_ctx main_ctx, header_ctx; member