Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.h34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
Dcipher-chachapoly.c52 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
Dcipher.c452 return chachapoly_crypt(&cc->cp_ctx, seqnr, dest, src, in cipher_crypt()