Home | History | Annotate | Download | only in tls

Lines Matching refs:next_mp

1474     mp_int* next_mp = mp;
1477 while (next_mp != NULL) {
1478 mp_clear(next_mp);
1479 next_mp = va_arg(args, mp_int*);