Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDcipher-chachapoly.h27 struct chachapoly_ctx;
29 struct chachapoly_ctx *chachapoly_new(const u_char *key, u_int keylen)
31 void chachapoly_free(struct chachapoly_ctx *cpctx);
33 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
36 int chachapoly_get_length(struct chachapoly_ctx *cpctx,
HDcipher-chachapoly.c35 struct chachapoly_ctx { struct
39 struct chachapoly_ctx * argument
42 struct chachapoly_ctx *ctx; in chachapoly_new()
54 chachapoly_free(struct chachapoly_ctx *cpctx) in chachapoly_free()
69 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt()
124 chachapoly_get_length(struct chachapoly_ctx *ctx, in chachapoly_get_length()
HDcipher-chachapoly-libcrypto.c37 struct chachapoly_ctx { struct
41 struct chachapoly_ctx * argument
44 struct chachapoly_ctx *ctx; in chachapoly_new()
66 chachapoly_free(struct chachapoly_ctx *cpctx) in chachapoly_free()
85 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt()
149 chachapoly_get_length(struct chachapoly_ctx *ctx, in chachapoly_get_length()
HDcipher.c62 struct chachapoly_ctx *cp_ctx;