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.c879 struct aead_aes_gcm_ctx { struct
888 static int aead_aes_gcm_init_impl(struct aead_aes_gcm_ctx *gcm_ctx, in aead_aes_gcm_init_impl() argument
914 sizeof(struct aead_aes_gcm_ctx),
918 alignof(struct aead_aes_gcm_ctx),
924 struct aead_aes_gcm_ctx *gcm_ctx = (struct aead_aes_gcm_ctx *) &ctx->state; in aead_aes_gcm_init()
946 struct aead_aes_gcm_ctx *gcm_ctx = (struct aead_aes_gcm_ctx *) &ctx->state; in aead_aes_gcm_seal_scatter()
1007 struct aead_aes_gcm_ctx *gcm_ctx = (struct aead_aes_gcm_ctx *) &ctx->state; in aead_aes_gcm_open_gather()
1097 struct aead_aes_gcm_ctx gcm_ctx;
1189 struct aead_aes_gcm_ctx gcm_ctx;