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

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h380 #define LAST_ENC_ROUND FOUR_TABLES macro
382 #define LAST_ENC_ROUND ONE_TABLE macro
384 #define LAST_ENC_ROUND NO_TABLES macro
498 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
499 #undef LAST_ENC_ROUND macro
500 #define LAST_ENC_ROUND NO_TABLES macro
501 #elif ENC_ROUND == ONE_TABLE && LAST_ENC_ROUND == FOUR_TABLES
502 #undef LAST_ENC_ROUND macro
503 #define LAST_ENC_ROUND ONE_TABLE macro
615 #if defined(LAST_ENC_ROUND)
616 #undef LAST_ENC_ROUND macro
618 #define LAST_ENC_ROUND macro
[all...]

Completed in 94 milliseconds