Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcipher-chachapoly.c36 chacha_keysetup(&ctx->header_ctx, key + 32, 256); in chachapoly_init()
79 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt()
80 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt()
109 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
110 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
HDcipher-chachapoly.h28 struct chacha_ctx main_ctx, header_ctx; member