Home
last modified time | relevance | path

Searched refs:chachapoly_ctx (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dcipher-chachapoly.h27 struct chachapoly_ctx { struct
31 int chachapoly_init(struct chachapoly_ctx *cpctx, argument
34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
37 int chachapoly_get_length(struct chachapoly_ctx *cpctx,
Dcipher-chachapoly.c32 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()
Dcipher.c64 struct chachapoly_ctx cp_ctx; /* XXX union with evp? */