Home
last modified time | relevance | path

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

/arch/x86/include/asm/crypto/
Dtwofish.h11 struct lrw_table_ctx lrw_table; member
Dserpent-avx.h11 struct lrw_table_ctx lrw_table; member
Dcamellia.h20 struct lrw_table_ctx lrw_table; member
/arch/x86/crypto/
Dserpent_sse2_glue.c225 struct lrw_table_ctx lrw_table; member
240 return lrw_init_table(&ctx->lrw_table, key + keylen - in lrw_serpent_setkey()
257 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
283 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
300 lrw_free_table(&ctx->lrw_table); in lrw_exit_tfm()
Dcast6_avx_glue.c243 struct lrw_table_ctx lrw_table; member
258 return lrw_init_table(&ctx->lrw_table, key + keylen - CAST6_BLOCK_SIZE); in lrw_cast6_setkey()
274 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
300 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
317 lrw_free_table(&ctx->lrw_table); in lrw_exit_tfm()
Dtwofish_glue_3way.c227 return lrw_init_table(&ctx->lrw_table, key + keylen - TF_BLOCK_SIZE); in lrw_twofish_setkey()
240 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
257 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
269 lrw_free_table(&ctx->lrw_table); in lrw_twofish_exit_tfm()
Dserpent_avx_glue.c266 return lrw_init_table(&ctx->lrw_table, key + keylen - in lrw_serpent_setkey()
284 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
310 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
327 lrw_free_table(&ctx->lrw_table); in lrw_serpent_exit_tfm()
Dcamellia_glue.c1452 return lrw_init_table(&ctx->lrw_table, in lrw_camellia_setkey()
1466 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
1483 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
1495 lrw_free_table(&ctx->lrw_table); in lrw_camellia_exit_tfm()
Dtwofish_avx_glue.c278 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
304 .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()
Dcamellia_aesni_avx2_glue.c282 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
308 .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()