Home
last modified time | relevance | path

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
384 #define LAST_ENC_ROUND NO_TABLES
498 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
499 #undef LAST_ENC_ROUND
500 #define LAST_ENC_ROUND NO_TABLES macro
501 #elif ENC_ROUND == ONE_TABLE && LAST_ENC_ROUND == FOUR_TABLES
502 #undef LAST_ENC_ROUND
503 #define LAST_ENC_ROUND ONE_TABLE
615 #if defined(LAST_ENC_ROUND)
[all …]