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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c1489 mp_int* next_mp = mp; local
1492 while (next_mp != NULL) {
1493 mp_clear(next_mp);
1494 next_mp = va_arg(args, mp_int*);

Completed in 48 milliseconds