Home | History | Annotate | Download | only in cipher

Lines Matching refs:num_rounds

1370   expanded_key->num_rounds = 10;
1422 expanded_key->num_rounds = 14;
1502 int num_rounds = expanded_key->num_rounds;
1509 for (i=0; i < num_rounds/2; i++) {
1511 v128_copy(&tmp, &expanded_key->round[num_rounds-i]);
1512 v128_copy(&expanded_key->round[num_rounds-i], &expanded_key->round[i]);
1524 for (i=1; i < num_rounds; i++) {
2017 if (exp_key->num_rounds == 10) {
2020 else if (exp_key->num_rounds == 12) {
2025 else if (exp_key->num_rounds == 14) {
2050 if (exp_key->num_rounds == 10) {
2053 else if (exp_key->num_rounds == 12) {
2058 else if (exp_key->num_rounds == 14) {