Searched refs:chachapoly_ctx (Results 1 – 3 of 3) sorted by relevance
27 struct chachapoly_ctx { struct31 int chachapoly_init(struct chachapoly_ctx *cpctx, argument34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,37 int chachapoly_get_length(struct chachapoly_ctx *cpctx,
32 chachapoly_init(struct chachapoly_ctx *ctx, in chachapoly_init()52 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt()107 chachapoly_get_length(struct chachapoly_ctx *ctx, in chachapoly_get_length()
64 struct chachapoly_ctx cp_ctx; /* XXX union with evp? */