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.c32 struct aead_chacha20_poly1305_ctx { struct
83 struct aead_chacha20_poly1305_ctx *c20_ctx; in aead_chacha20_poly1305_init()
98 c20_ctx = OPENSSL_malloc(sizeof(struct aead_chacha20_poly1305_ctx)); in aead_chacha20_poly1305_init()
111 struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_chacha20_poly1305_cleanup()
129 const struct aead_chacha20_poly1305_ctx *c20_ctx, in calc_tag()
163 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_chacha20_poly1305_seal_scatter()
239 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_chacha20_poly1305_open_gather()