Searched refs:header_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 49 chacha_keysetup(&ctx->header_ctx, key + 32, 256); in chachapoly_new() 100 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt() 101 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt() 132 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length() 133 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
|