Home | History | Annotate | Download | only in krb5

Lines Matching refs:enciter

158     int i, enciter, s2kiter;
195 enciter = 1000;
202 time_encryption(context, 16, enctypes[i], enciter);
203 time_encryption(context, 32, enctypes[i], enciter);
204 time_encryption(context, 512, enctypes[i], enciter);
205 time_encryption(context, 1024, enctypes[i], enciter);
206 time_encryption(context, 2048, enctypes[i], enciter);
207 time_encryption(context, 4096, enctypes[i], enciter);
208 time_encryption(context, 8192, enctypes[i], enciter);
209 time_encryption(context, 16384, enctypes[i], enciter);
210 time_encryption(context, 32768, enctypes[i], enciter);