Searched refs:tmpy (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | libtommath.h | 2383 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local 2414 tmpy = b->dp; in s_mp_mul_digs() 2420 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs() 2481 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local 2489 tmpy = b->dp + ty; in fast_s_mp_mul_digs() 2498 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs() 2635 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local 2663 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs() 2668 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs() 3317 mp_digit *tmpy; in fast_s_mp_sqr() local [all …]
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 2379 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local 2410 tmpy = b->dp; in s_mp_mul_digs() 2416 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs() 2477 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local 2485 tmpy = b->dp + ty; in fast_s_mp_mul_digs() 2494 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs() 2631 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local 2659 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs() 2664 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs() 3313 mp_digit *tmpy; in fast_s_mp_sqr() local [all …]
|