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

/external/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c30 struct aead_chacha20_poly1305_ctx { struct
37 struct aead_chacha20_poly1305_ctx *c20_ctx;
52 c20_ctx = OPENSSL_malloc(sizeof(struct aead_chacha20_poly1305_ctx));
65 struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state;
97 const struct aead_chacha20_poly1305_ctx *c20_ctx,
116 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state;
155 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state;

Completed in 934 milliseconds