Searched refs:gctx (Results 1 – 1 of 1) sorted by relevance
233 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len() local237 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len()250 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue() local252 return gctx->complete(req, flags); in gcm_hash_len_continue()295 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue() local298 remain = gcm_remain(gctx->cryptlen); in gcm_hash_crypt_continue()325 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue() local327 if (gctx->cryptlen) in gcm_hash_assoc_remain_continue()329 gctx->src, gctx->cryptlen, flags) ?: in gcm_hash_assoc_remain_continue()433 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue() local[all …]