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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h379 #define LAST_ENC_ROUND FOUR_TABLES macro
381 #define LAST_ENC_ROUND ONE_TABLE macro
383 #define LAST_ENC_ROUND NO_TABLES macro
497 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
498 #undef LAST_ENC_ROUND macro
499 #define LAST_ENC_ROUND NO_TABLES macro
500 #elif ENC_ROUND == ONE_TABLE && LAST_ENC_ROUND == FOUR_TABLES
501 #undef LAST_ENC_ROUND macro
502 #define LAST_ENC_ROUND ONE_TABLE macro
614 #if defined(LAST_ENC_ROUND)
615 #undef LAST_ENC_ROUND macro
617 #define LAST_ENC_ROUND macro
[all...]

Completed in 29 milliseconds