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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h361 #define LAST_ENC_ROUND FOUR_TABLES macro
363 #define LAST_ENC_ROUND ONE_TABLE macro
365 #define LAST_ENC_ROUND NO_TABLES macro
477 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
478 #undef LAST_ENC_ROUND macro
479 #define LAST_ENC_ROUND NO_TABLES macro
480 #elif ENC_ROUND == ONE_TABLE && LAST_ENC_ROUND == FOUR_TABLES
481 #undef LAST_ENC_ROUND
482 #define LAST_ENC_ROUND ONE_TABLE
585 #if defined( LAST_ENC_ROUND )
586 #undef LAST_ENC_ROUND macro
588 #define LAST_ENC_ROUND macro
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h465 #define LAST_ENC_ROUND FOUR_TABLES macro
467 #define LAST_ENC_ROUND ONE_TABLE macro
469 #define LAST_ENC_ROUND NO_TABLES macro
526 #if ENC_ROUND == NO_TABLES && LAST_ENC_ROUND != NO_TABLES
527 #undef LAST_ENC_ROUND macro
528 #define LAST_ENC_ROUND NO_TABLES macro
529 #elif ENC_ROUND == ONE_TABLE && LAST_ENC_ROUND == FOUR_TABLES
530 #undef LAST_ENC_ROUND macro
531 #define LAST_ENC_ROUND ONE_TABLE macro
625 #if defined( LAST_ENC_ROUND )
626 #undef LAST_ENC_ROUND macro
628 #define LAST_ENC_ROUND macro
[all...]

Completed in 21 milliseconds