Searched refs:chachapoly_crypt (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.h | 33 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
|
D | cipher-chachapoly.c | 70 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
|
D | cipher-chachapoly-libcrypto.c | 86 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() function
|
D | cipher.c | 353 return chachapoly_crypt(cc->cp_ctx, seqnr, dest, src, in cipher_crypt()
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 302 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()
|