Searched refs:chachapoly_ctx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/crypto/openssh/ |
| HD | cipher-chachapoly.h | 27 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,
|
| HD | cipher-chachapoly.c | 35 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()
|
| HD | cipher-chachapoly-libcrypto.c | 37 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()
|
| HD | cipher.c | 62 struct chachapoly_ctx *cp_ctx;
|