Searched refs:gx1 (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 640 struct crypto_bignum *x1 = NULL, *x2, *gx1, *gx2, *v = NULL; in sswu() local 669 gx1 = crypto_bignum_init(); in sswu() 672 !x1a || !x1b || !x2 || !gx1 || !gx2) in sswu() 733 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu() 735 debug_print_bignum("SSWU: gx1 = x1^3 + a * x1 + b", gx1, prime_len); in sswu() 755 crypto_bignum_exptmod(gx1, t1, prime, t1) < 0) in sswu() 762 if (crypto_bignum_to_bin(gx1, bin1, sizeof(bin1), prime_len) < 0 || in sswu() 815 crypto_bignum_deinit(gx1, 1); in sswu()
|