Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h1508 mp_int* next_mp = mp; in mp_clear_multi() local
1511 while (next_mp != NULL) { in mp_clear_multi()
1512 mp_clear(next_mp); in mp_clear_multi()
1513 next_mp = va_arg(args, mp_int*); in mp_clear_multi()