Searched refs:aead_chacha20_poly1305_ctx (Results 1 – 1 of 1) sorted by relevance
34 struct aead_chacha20_poly1305_ctx { struct39 sizeof(struct aead_chacha20_poly1305_ctx), argument43 alignof(struct aead_chacha20_poly1305_ctx),121 struct aead_chacha20_poly1305_ctx *c20_ctx = in aead_chacha20_poly1305_init()122 (struct aead_chacha20_poly1305_ctx *)&ctx->state; in aead_chacha20_poly1305_init()265 const struct aead_chacha20_poly1305_ctx *c20_ctx = in aead_chacha20_poly1305_seal_scatter()266 (struct aead_chacha20_poly1305_ctx *)&ctx->state; in aead_chacha20_poly1305_seal_scatter()278 const struct aead_chacha20_poly1305_ctx *c20_ctx = in aead_xchacha20_poly1305_seal_scatter()279 (struct aead_chacha20_poly1305_ctx *)&ctx->state; in aead_xchacha20_poly1305_seal_scatter()347 const struct aead_chacha20_poly1305_ctx *c20_ctx = in aead_chacha20_poly1305_open_gather()[all …]