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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daescrypt.c174 round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
175 round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
176 kp += 2 * N_COLS;
178 round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
179 round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
180 kp += 2 * N_COLS;
183 round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
184 round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
185 round(fwd_rnd, b1, b0, kp + 3 * N_COLS);
186 round(fwd_rnd, b0, b1, kp + 4 * N_COLS);
[all...]
H A Daeskey.c108 for(i = 0; i < ((11 * N_COLS - 5) / 4); ++i)
142 for(i = 0; i < (13 * N_COLS - 7) / 6; ++i)
177 for(i = 0; i < (15 * N_COLS - 9) / 8; ++i)
320 for(i = 0; i < (11 * N_COLS - 5) / 4; ++i)
324 for(i = N_COLS; i < 10 * N_COLS; ++i)
360 for(i = 0; i < (13 * N_COLS - 7) / 6; ++i)
364 for(i = N_COLS; i < 12 * N_COLS; ++i)
403 for(i = 0; i < (15 * N_COLS
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h59 #define N_COLS 4 /* the number of columns in the state */ macro

Completed in 22 milliseconds