Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.h31 int chachapoly_init(struct chachapoly_ctx *cpctx,
Dcipher-chachapoly.c32 chachapoly_init(struct chachapoly_ctx *ctx, in chachapoly_init() function
Dcipher.c357 ret = chachapoly_init(&cc->cp_ctx, key, keylen); in cipher_init()