Home
last modified time | relevance | path

Searched refs:table_ctx (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/crypto/
Dlrw.h34 struct lrw_table_ctx *table_ctx; member
/linux-4.1.27/arch/x86/crypto/
Dtwofish_glue_3way.c240 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
257 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dtwofish_avx_glue.c280 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
306 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dserpent_avx2_glue.c249 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
275 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dcast6_avx_glue.c275 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
301 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c283 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
309 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dserpent_avx_glue.c285 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
311 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dcamellia_aesni_avx_glue.c275 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
301 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dserpent_sse2_glue.c257 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
283 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dcamellia_glue.c1466 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
1483 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Daesni-intel_glue.c598 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
622 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
/linux-4.1.27/crypto/
Dlrw.c223 struct lrw_table_ctx *ctx = req->table_ctx; in lrw_crypt()