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

/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_ct_ctrcbc.c195 int first_iter; local
219 first_iter = 1;
272 if (first_iter) {
273 first_iter = 0;
H A Daes_ct64_ctrcbc.c192 int first_iter; local
216 first_iter = 1;
274 if (first_iter) {
275 first_iter = 0;
H A Daes_x86ni_ctrcbc.c317 int first_iter; local
339 first_iter = 1;
397 if (first_iter) {
399 first_iter = 0;

Completed in 59 milliseconds