Searched refs:R1024_8_rounds (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c674 #define R1024_8_rounds(R) /* do 8 full rounds */ \ macro
694 R1024_8_rounds(0);
701 R1024_8_rounds(1);
704 R1024_8_rounds(2);
707 R1024_8_rounds(3);
710 R1024_8_rounds(4);
713 R1024_8_rounds(5);
716 R1024_8_rounds(6);
719 R1024_8_rounds(7);
722 R1024_8_rounds(
[all...]
/freebsd-13-stable/sys/crypto/skein/
H A Dskein_block.c604 #define R1024_8_rounds(R) /* do 8 full rounds */ \ macro
616 R1024_8_rounds( 0);
621 R1024_8_rounds( 1);
624 R1024_8_rounds( 2);
627 R1024_8_rounds( 3);
630 R1024_8_rounds( 4);
633 R1024_8_rounds( 5);
636 R1024_8_rounds( 6);
639 R1024_8_rounds( 7);
642 R1024_8_rounds(
[all...]

Completed in 98 milliseconds