Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c558 struct aead_aes_gcm_siv_ctx { struct
568 sizeof(struct aead_aes_gcm_siv_ctx), argument
572 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 …]