Searched refs:table_ctx (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | lrw.h | 34 struct lrw_table_ctx *table_ctx; member
|
/linux-4.1.27/arch/x86/crypto/ |
D | twofish_glue_3way.c | 240 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 257 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | twofish_avx_glue.c | 280 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 306 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | serpent_avx2_glue.c | 249 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 275 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | cast6_avx_glue.c | 275 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 301 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_aesni_avx2_glue.c | 283 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 309 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | serpent_avx_glue.c | 285 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 311 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_aesni_avx_glue.c | 275 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 301 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | serpent_sse2_glue.c | 257 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 283 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_glue.c | 1466 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 1483 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | aesni-intel_glue.c | 598 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 622 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
/linux-4.1.27/crypto/ |
D | lrw.c | 223 struct lrw_table_ctx *ctx = req->table_ctx; in lrw_crypt()
|