Searched defs:lrw_table (Results 1 - 3 of 3) sorted by relevance

/arch/x86/crypto/
H A Dtwofish_glue_3way.c401 struct lrw_table_ctx lrw_table; member in struct:twofish_lrw_ctx
416 return lrw_init_table(&ctx->lrw_table, key + keylen - TF_BLOCK_SIZE);
428 .table_ctx = &ctx->lrw_table,
445 .table_ctx = &ctx->lrw_table,
457 lrw_free_table(&ctx->lrw_table);
H A Dserpent_sse2_glue.c438 struct lrw_table_ctx lrw_table; member in struct:serpent_lrw_ctx
453 return lrw_init_table(&ctx->lrw_table, key + keylen -
470 .table_ctx = &ctx->lrw_table,
496 .table_ctx = &ctx->lrw_table,
513 lrw_free_table(&ctx->lrw_table);
H A Dcamellia_glue.c1651 struct lrw_table_ctx lrw_table; member in struct:camellia_lrw_ctx
1667 return lrw_init_table(&ctx->lrw_table,
1680 .table_ctx = &ctx->lrw_table,
1697 .table_ctx = &ctx->lrw_table,
1709 lrw_free_table(&ctx->lrw_table);

Completed in 73 milliseconds