Searched refs:u2 (Results 1 – 1 of 1) sorted by relevance
/hostap-3.6.0/src/common/ |
D | sae.c | 629 struct crypto_bignum *u2, *t1, *t2, *z, *t, *zero, *one, *two, *three, in sswu() local 648 u2 = crypto_bignum_init(); in sswu() 662 if (!u2 || !t1 || !t2 || !z || !t || !zero || !one || !two || !three || in sswu() 676 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu() 677 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu() 729 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu() 797 crypto_bignum_deinit(u2, 1); in sswu()
|