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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h274 #define ENC_UNROLL FULL macro
276 #define ENC_UNROLL PARTIAL macro
278 #define ENC_UNROLL NONE macro
485 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
486 #undef ENC_UNROLL macro
487 #define ENC_UNROLL NONE macro
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h361 #define ENC_UNROLL FULL macro
363 #define ENC_UNROLL PARTIAL macro
365 #define ENC_UNROLL NONE macro
534 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
535 #undef ENC_UNROLL macro
536 #define ENC_UNROLL NONE macro
H A Daescrypt.c169 #if (ENC_UNROLL == FULL)
201 #if (ENC_UNROLL == PARTIAL)
H A Daeskey.c105 #if ENC_UNROLL == NONE
139 #if ENC_UNROLL == NONE
174 #if ENC_UNROLL == NONE

Completed in 104 milliseconds