Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher-chachapoly.h33 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
H A Dcipher-chachapoly.c69 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
H A Dcipher-chachapoly-libcrypto.c83 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
H A Dcipher.c339 return chachapoly_crypt(cc->cp_ctx, seqnr, dest, src, in cipher_crypt()
H A Dssh_namespace.h86 #define chachapoly_crypt Fssh_chachapoly_crypt macro