Searched refs:chachapoly_init (Results 1 – 3 of 3) sorted by relevance
31 int chachapoly_init(struct chachapoly_ctx *cpctx,
32 chachapoly_init(struct chachapoly_ctx *ctx, in chachapoly_init() function
357 ret = chachapoly_init(&cc->cp_ctx, key, keylen); in cipher_init()