Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c34 struct aead_chacha20_poly1305_ctx { struct
39 sizeof(struct aead_chacha20_poly1305_ctx), argument
43 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 …]