Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.h33 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
Dcipher-chachapoly.c70 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
Dcipher-chachapoly-libcrypto.c86 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
Dcipher.c353 return chachapoly_crypt(cc->cp_ctx, seqnr, dest, src, in cipher_crypt()
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c302 chachapoly_crypt(struct lws_ssh_keys *keys, u_int seqnr, u_char *dest, in chachapoly_crypt() function
358 return chachapoly_crypt(keys, seq, pt, ct, len - POLY1305_TAGLEN - 4, 4, in lws_chacha_decrypt()
366 return chachapoly_crypt(keys, seq, pt, ct, len - 4, 4, 0, 1); in lws_chacha_encrypt()