aes_ct.c | 273 int i, j, k, nk, nkf; local in function:br_aes_ct_keysched 292 nkf = (int)((num_rounds + 1) << 2); 299 for (i = nk, j = 0, k = 0; i < nkf; i ++) { 314 for (i = 0; i < nkf; i += 4) { 317 for (i = 0, j = 0; i < nkf; i ++, j += 2) { 349 int i, j, k, nk, nkf; local in function:br_aes_ct_keysched_stdenc 367 nkf = (int)((num_rounds + 1) << 2); 373 for (i = nk, j = 0, k = 0; i < nkf; i ++) {
|