Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dlrw.h34 struct lrw_table_ctx *table_ctx; member
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue_3way.c240 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
257 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dserpent_avx2_glue.c248 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
274 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dtwofish_avx_glue.c278 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
304 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dcamellia_aesni_avx_glue.c274 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
300 .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()
Dcast6_avx_glue.c274 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
300 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dserpent_avx_glue.c284 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
310 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c282 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
308 .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.c599 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
623 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
/linux-4.4.14/crypto/
Dlrw.c223 struct lrw_table_ctx *ctx = req->table_ctx; in lrw_crypt()