Searched refs:SERPENT_BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dserpent_avx2_glue.c175 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); serpent_fpu_begin()
190 const unsigned int bsize = SERPENT_BLOCK_SIZE; encrypt_callback()
214 const unsigned int bsize = SERPENT_BLOCK_SIZE; decrypt_callback()
314 .cra_blocksize = SERPENT_BLOCK_SIZE,
335 .cra_blocksize = SERPENT_BLOCK_SIZE,
366 .ivsize = SERPENT_BLOCK_SIZE,
378 .cra_blocksize = SERPENT_BLOCK_SIZE,
388 SERPENT_BLOCK_SIZE,
390 SERPENT_BLOCK_SIZE,
391 .ivsize = SERPENT_BLOCK_SIZE,
403 .cra_blocksize = SERPENT_BLOCK_SIZE,
413 .ivsize = SERPENT_BLOCK_SIZE,
424 .cra_blocksize = SERPENT_BLOCK_SIZE,
446 .cra_blocksize = SERPENT_BLOCK_SIZE,
458 .ivsize = SERPENT_BLOCK_SIZE,
481 .ivsize = SERPENT_BLOCK_SIZE,
493 .cra_blocksize = SERPENT_BLOCK_SIZE,
504 SERPENT_BLOCK_SIZE,
506 SERPENT_BLOCK_SIZE,
507 .ivsize = SERPENT_BLOCK_SIZE,
518 .cra_blocksize = SERPENT_BLOCK_SIZE,
530 .ivsize = SERPENT_BLOCK_SIZE,
H A Dserpent_avx_glue.c208 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, serpent_fpu_begin()
224 const unsigned int bsize = SERPENT_BLOCK_SIZE; encrypt_callback()
241 const unsigned int bsize = SERPENT_BLOCK_SIZE; decrypt_callback()
263 SERPENT_BLOCK_SIZE); lrw_serpent_setkey()
268 SERPENT_BLOCK_SIZE); lrw_serpent_setkey()
383 .cra_blocksize = SERPENT_BLOCK_SIZE,
403 .cra_blocksize = SERPENT_BLOCK_SIZE,
432 .ivsize = SERPENT_BLOCK_SIZE,
444 .cra_blocksize = SERPENT_BLOCK_SIZE,
453 SERPENT_BLOCK_SIZE,
455 SERPENT_BLOCK_SIZE,
456 .ivsize = SERPENT_BLOCK_SIZE,
468 .cra_blocksize = SERPENT_BLOCK_SIZE,
477 .ivsize = SERPENT_BLOCK_SIZE,
488 .cra_blocksize = SERPENT_BLOCK_SIZE,
509 .cra_blocksize = SERPENT_BLOCK_SIZE,
520 .ivsize = SERPENT_BLOCK_SIZE,
542 .ivsize = SERPENT_BLOCK_SIZE,
554 .cra_blocksize = SERPENT_BLOCK_SIZE,
564 SERPENT_BLOCK_SIZE,
566 SERPENT_BLOCK_SIZE,
567 .ivsize = SERPENT_BLOCK_SIZE,
578 .cra_blocksize = SERPENT_BLOCK_SIZE,
589 .ivsize = SERPENT_BLOCK_SIZE,
H A Dserpent_sse2_glue.c176 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, serpent_fpu_begin()
192 const unsigned int bsize = SERPENT_BLOCK_SIZE; encrypt_callback()
209 const unsigned int bsize = SERPENT_BLOCK_SIZE; decrypt_callback()
236 SERPENT_BLOCK_SIZE); lrw_serpent_setkey()
241 SERPENT_BLOCK_SIZE); lrw_serpent_setkey()
392 .cra_blocksize = SERPENT_BLOCK_SIZE,
412 .cra_blocksize = SERPENT_BLOCK_SIZE,
441 .ivsize = SERPENT_BLOCK_SIZE,
453 .cra_blocksize = SERPENT_BLOCK_SIZE,
462 SERPENT_BLOCK_SIZE,
464 SERPENT_BLOCK_SIZE,
465 .ivsize = SERPENT_BLOCK_SIZE,
477 .cra_blocksize = SERPENT_BLOCK_SIZE,
486 .ivsize = SERPENT_BLOCK_SIZE,
497 .cra_blocksize = SERPENT_BLOCK_SIZE,
518 .cra_blocksize = SERPENT_BLOCK_SIZE,
529 .ivsize = SERPENT_BLOCK_SIZE,
551 .ivsize = SERPENT_BLOCK_SIZE,
563 .cra_blocksize = SERPENT_BLOCK_SIZE,
573 SERPENT_BLOCK_SIZE,
575 SERPENT_BLOCK_SIZE,
576 .ivsize = SERPENT_BLOCK_SIZE,
587 .cra_blocksize = SERPENT_BLOCK_SIZE,
598 .ivsize = SERPENT_BLOCK_SIZE,
/linux-4.1.27/include/crypto/
H A Dserpent.h14 #define SERPENT_BLOCK_SIZE 16 macro
/linux-4.1.27/crypto/
H A Dserpent_generic.c627 .cra_blocksize = SERPENT_BLOCK_SIZE,
640 .cra_blocksize = SERPENT_BLOCK_SIZE,

Completed in 92 milliseconds