Searched refs:chacha20_poly1305_ctx (Results 1 – 1 of 1) sorted by relevance
35 struct chacha20_poly1305_ctx { struct44 struct chacha20_poly1305_ctx base_ctx; /* must be first */ argument52 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_setkey()64 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_reinit()88 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_crypt()104 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_crypt_multi()123 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_crypt_last()139 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_update()148 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_final()156 .ctxsize = sizeof(struct chacha20_poly1305_ctx),