Searched refs:chachapoly_crypt (Results 1 – 3 of 3) sorted by relevance
34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
52 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
452 return chachapoly_crypt(&cc->cp_ctx, seqnr, dest, src, in cipher_crypt()