Searched refs:table (Results 1 – 2 of 2) sorted by relevance
39 struct gf128mul_64k *table; member85 if (ctx->table) in lrw_setkey()86 gf128mul_free_64k(ctx->table); in lrw_setkey()89 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in lrw_setkey()90 if (!ctx->table) in lrw_setkey()97 gf128mul_64k_bbe(&ctx->mulinc[i], ctx->table); in lrw_setkey()240 gf128mul_64k_bbe(&rctx->t, ctx->table); in lrw_init_crypt()288 if (ctx->table) in lrw_exit_tfm()289 gf128mul_free_64k(ctx->table); in lrw_exit_tfm()
394 prefetching the entire table into the cache at the start of each
Completed in 5 milliseconds