Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
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()
Dcast6_avx_glue.c244 struct lrw_table_ctx lrw_table; member
259 return lrw_init_table(&ctx->lrw_table, key + keylen - CAST6_BLOCK_SIZE); in lrw_cast6_setkey()
275 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
301 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
318 lrw_free_table(&ctx->lrw_table); in lrw_exit_tfm()
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()
Dserpent_avx_glue.c267 return lrw_init_table(&ctx->lrw_table, key + keylen - in lrw_serpent_setkey()
285 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
311 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
328 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.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()
Dcamellia_aesni_avx2_glue.c283 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
309 .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()
Daesni-intel_glue.c74 struct lrw_table_ctx lrw_table; member
579 return lrw_init_table(&ctx->lrw_table, key + keylen - AES_BLOCK_SIZE); in lrw_aesni_setkey()
586 lrw_free_table(&ctx->lrw_table); in lrw_aesni_exit_tfm()
598 .table_ctx = &ctx->lrw_table, in lrw_encrypt()
622 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
/linux-4.1.27/arch/x86/include/asm/crypto/
Dtwofish.h10 struct lrw_table_ctx lrw_table; member
Dserpent-avx.h10 struct lrw_table_ctx lrw_table; member
Dcamellia.h19 struct lrw_table_ctx lrw_table; member