Searched refs:aead_aes_gcm_siv_ctx (Results 1 – 1 of 1) sorted by relevance
558 struct aead_aes_gcm_siv_ctx { struct568 sizeof(struct aead_aes_gcm_siv_ctx), argument572 alignof(struct aead_aes_gcm_siv_ctx),593 struct aead_aes_gcm_siv_ctx *gcm_siv_ctx = in aead_aes_gcm_siv_init()594 (struct aead_aes_gcm_siv_ctx *)&ctx->state; in aead_aes_gcm_siv_init()595 OPENSSL_memset(gcm_siv_ctx, 0, sizeof(struct aead_aes_gcm_siv_ctx)); in aead_aes_gcm_siv_init()701 const struct aead_aes_gcm_siv_ctx *gcm_siv_ctx, in gcm_siv_keys()730 const struct aead_aes_gcm_siv_ctx *gcm_siv_ctx = in aead_aes_gcm_siv_seal_scatter()731 (struct aead_aes_gcm_siv_ctx *)&ctx->state; in aead_aes_gcm_siv_seal_scatter()791 const struct aead_aes_gcm_siv_ctx *gcm_siv_ctx = in aead_aes_gcm_siv_open_gather()[all …]