Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c833 struct aead_aes_gcm_ctx { struct
842 static int aead_aes_gcm_init_impl(struct aead_aes_gcm_ctx *gcm_ctx, in aead_aes_gcm_init_impl() argument
868 sizeof(struct aead_aes_gcm_ctx),
872 alignof(struct aead_aes_gcm_ctx),
878 struct aead_aes_gcm_ctx *gcm_ctx = (struct aead_aes_gcm_ctx *) &ctx->state; in aead_aes_gcm_init()
900 struct aead_aes_gcm_ctx *gcm_ctx = (struct aead_aes_gcm_ctx *) &ctx->state; in aead_aes_gcm_seal_scatter()
961 struct aead_aes_gcm_ctx *gcm_ctx = (struct aead_aes_gcm_ctx *) &ctx->state; in aead_aes_gcm_open_gather()
1036 struct aead_aes_gcm_ctx gcm_ctx;
1128 struct aead_aes_gcm_ctx gcm_ctx;