Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dlibtommath.h2805 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
2809 tmpn = n->dp; in fast_mp_montgomery_reduce()
2816 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/
Dlibtommath.h2801 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
2805 tmpn = n->dp; in fast_mp_montgomery_reduce()
2812 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()