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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drijndael-alg-ref.h64 #define KC_128_OPT 4 macro
69 int rijndaelKeySched128 (word8 k[4][KC_128_OPT],
H A Drijndael-alg-ref.c502 word8 k[4][KC_128_OPT],
509 word8 tk[4][KC_128_OPT];
512 for(j = 0; j < KC_128_OPT; j++)
517 for(j = 0; (j < KC_128_OPT) && (t < numSchedRows); j++, t++) {
527 tk[i][0] ^= S[tk[(i+1)%4][KC_128_OPT-1]];
531 for(j = 1; j < KC_128_OPT; j++) {
538 for(j = 0; (j < KC_128_OPT) && (t < numSchedRows); j++, t++) {
H A DrijndaelApi.c88 word8 k[4][KC_128_OPT] __attribute__((aligned(4)));
95 memset(k, 0, 4 * KC_128_OPT);

Completed in 66 milliseconds