Searched refs:table_ctx (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | lrw.h | 34 struct lrw_table_ctx *table_ctx; member
|
/linux-4.4.14/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 | serpent_avx2_glue.c | 248 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 274 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | twofish_avx_glue.c | 278 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 304 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_aesni_avx_glue.c | 274 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 300 .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 | cast6_avx_glue.c | 274 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 300 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | serpent_avx_glue.c | 284 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 310 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_aesni_avx2_glue.c | 282 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 308 .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 | 599 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 623 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
/linux-4.4.14/crypto/ |
D | lrw.c | 223 struct lrw_table_ctx *ctx = req->table_ctx; in lrw_crypt()
|