HomeSort by: relevance | last modified time | path
    Searched refs:chachapoly_ctx (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher-chachapoly.h 28 struct chachapoly_ctx;
30 struct chachapoly_ctx *chachapoly_new(const u_char *key, u_int keylen)
32 void chachapoly_free(struct chachapoly_ctx *cpctx);
34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
37 int chachapoly_get_length(struct chachapoly_ctx *cpctx,
cipher-chachapoly.c 33 struct chachapoly_ctx { struct
37 struct chachapoly_ctx *
40 struct chachapoly_ctx *ctx;
52 chachapoly_free(struct chachapoly_ctx *cpctx)
67 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest,
122 chachapoly_get_length(struct chachapoly_ctx *ctx,
cipher-chachapoly-libcrypto.c 35 struct chachapoly_ctx { struct
39 struct chachapoly_ctx *
42 struct chachapoly_ctx *ctx;
64 chachapoly_free(struct chachapoly_ctx *cpctx)
83 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest,
147 chachapoly_get_length(struct chachapoly_ctx *ctx,
cipher.c 95 struct chachapoly_ctx *cp_ctx;

Completed in 33 milliseconds