Searched refs:u2 (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 638 struct crypto_bignum *u2, *t1, *t2, *z, *t, *zero, *one, *two, *three, in sswu() local 657 u2 = crypto_bignum_init(); in sswu() 671 if (!u2 || !t1 || !t2 || !z || !t || !zero || !one || !two || !three || in sswu() 685 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu() 686 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu() 738 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu() 806 crypto_bignum_deinit(u2, 1); in sswu()
|