Searched refs:aead_aes_gcm_ctx (Results 1 – 1 of 1) sorted by relevance
1140 struct aead_aes_gcm_ctx { struct1150 struct aead_aes_gcm_ctx gcm_ctx; argument1154 static int aead_aes_gcm_init_impl(struct aead_aes_gcm_ctx *gcm_ctx, in aead_aes_gcm_init_impl()1181 struct aead_aes_gcm_ctx *gcm_ctx; in aead_aes_gcm_init()1182 gcm_ctx = OPENSSL_malloc(sizeof(struct aead_aes_gcm_ctx)); in aead_aes_gcm_init()1200 struct aead_aes_gcm_ctx *gcm_ctx = ctx->aead_state; in aead_aes_gcm_cleanup()1201 OPENSSL_cleanse(gcm_ctx, sizeof(struct aead_aes_gcm_ctx)); in aead_aes_gcm_cleanup()1213 const struct aead_aes_gcm_ctx *gcm_ctx = ctx->aead_state; in aead_aes_gcm_seal_scatter()1278 const struct aead_aes_gcm_ctx *gcm_ctx = ctx->aead_state; in aead_aes_gcm_open_gather()