Home | History | Annotate | Download | only in marvell

Lines Matching defs:rounds

2940 	int KC, BC, ROUNDS;
2946 ROUNDS = 10;
2950 ROUNDS = 12;
2954 ROUNDS = 14;
2968 for(j = 0; (j < KC) && (t < (ROUNDS+1)*BC); j++, t++)
2971 while (t < (ROUNDS+1)*BC) { /* while not enough round key material calculated */
2992 for(j = 0; (j < KC) && (t < (ROUNDS+1)*BC); j++, t++)
3005 int i, rounds, KC;
3025 rounds = 10;
3029 rounds = 12;
3033 rounds = 14;
3042 expandedKey[i*4+j] = W[rounds][j][i];
3045 expandedKey[i*4+j] = W[rounds-1][j][i+MAXBC-KC];