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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h282 #define DEC_UNROLL FULL macro
284 #define DEC_UNROLL PARTIAL macro
286 #define DEC_UNROLL NONE macro
498 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE
499 #undef DEC_UNROLL macro
500 #define DEC_UNROLL NONE macro
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h369 #define DEC_UNROLL FULL macro
371 #define DEC_UNROLL PARTIAL macro
373 #define DEC_UNROLL NONE macro
547 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE
548 #undef DEC_UNROLL macro
549 #define DEC_UNROLL NONE macro
H A Daescrypt.c327 #if (DEC_UNROLL == FULL)
359 #if (DEC_UNROLL == PARTIAL)
H A Daeskey.c317 #if DEC_UNROLL == NONE
355 #if DEC_UNROLL == NONE
396 #if DEC_UNROLL == NONE

Completed in 27 milliseconds