Searched refs:gcm_aes_ctx (Results 1 – 1 of 1) sorted by relevance
48 struct gcm_aes_ctx { struct306 struct gcm_aes_ctx *ctx = crypto_aead_ctx(tfm); in gcm_setkey()335 int *buf_count, struct gcm_aes_ctx *ctx) in gcm_update_mac()368 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_calculate_auth_mac()401 static void gcm_final(struct aead_request *req, struct gcm_aes_ctx *ctx, in gcm_final()422 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_encrypt()541 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead); in gcm_decrypt()689 .base.cra_ctxsize = sizeof(struct gcm_aes_ctx),