Searched refs:lrw_table (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/x86/crypto/ |
D | twofish_glue_3way.c | 227 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()
|
D | cast6_avx_glue.c | 244 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()
|
D | serpent_sse2_glue.c | 225 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()
|
D | serpent_avx_glue.c | 267 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()
|
D | camellia_glue.c | 1452 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()
|
D | twofish_avx_glue.c | 280 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 306 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | serpent_avx2_glue.c | 249 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 275 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_aesni_avx2_glue.c | 283 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 309 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | camellia_aesni_avx_glue.c | 275 .table_ctx = &ctx->lrw_table, in lrw_encrypt() 301 .table_ctx = &ctx->lrw_table, in lrw_decrypt()
|
D | aesni-intel_glue.c | 74 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/ |
D | twofish.h | 10 struct lrw_table_ctx lrw_table; member
|
D | serpent-avx.h | 10 struct lrw_table_ctx lrw_table; member
|
D | camellia.h | 19 struct lrw_table_ctx lrw_table; member
|