Home
last modified time | relevance | path

Searched refs:TF_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dtwofish_avx_glue.c207 return glue_fpu_begin(TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS, NULL, in twofish_fpu_begin()
223 const unsigned int bsize = TF_BLOCK_SIZE; in encrypt_callback()
245 const unsigned int bsize = TF_BLOCK_SIZE; in decrypt_callback()
343 .cra_blocksize = TF_BLOCK_SIZE,
363 .cra_blocksize = TF_BLOCK_SIZE,
392 .ivsize = TF_BLOCK_SIZE,
404 .cra_blocksize = TF_BLOCK_SIZE,
413 TF_BLOCK_SIZE,
415 TF_BLOCK_SIZE,
416 .ivsize = TF_BLOCK_SIZE,
[all …]
Dtwofish_glue_3way.c188 const unsigned int bsize = TF_BLOCK_SIZE; in encrypt_callback()
203 const unsigned int bsize = TF_BLOCK_SIZE; in decrypt_callback()
222 err = __twofish_setkey(&ctx->twofish_ctx, key, keylen - TF_BLOCK_SIZE, in lrw_twofish_setkey()
227 return lrw_init_table(&ctx->lrw_table, key + keylen - TF_BLOCK_SIZE); in lrw_twofish_setkey()
340 .cra_blocksize = TF_BLOCK_SIZE,
359 .cra_blocksize = TF_BLOCK_SIZE,
368 .ivsize = TF_BLOCK_SIZE,
388 .ivsize = TF_BLOCK_SIZE,
399 .cra_blocksize = TF_BLOCK_SIZE,
407 .min_keysize = TF_MIN_KEY_SIZE + TF_BLOCK_SIZE,
[all …]
Dtwofish_glue.c69 .cra_blocksize = TF_BLOCK_SIZE,
/linux-4.4.14/include/crypto/
Dtwofish.h8 #define TF_BLOCK_SIZE 16 macro
/linux-4.4.14/crypto/
Dtwofish_generic.c187 .cra_blocksize = TF_BLOCK_SIZE,