Searched refs:gx1 (Results 1 – 1 of 1) sorted by relevance
/hostap-3.6.0/src/common/ |
D | sae.c | 631 struct crypto_bignum *x1 = NULL, *x2, *gx1, *gx2, *v = NULL; in sswu() local 660 gx1 = crypto_bignum_init(); in sswu() 663 !x1a || !x1b || !x2 || !gx1 || !gx2) in sswu() 724 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu() 726 debug_print_bignum("SSWU: gx1 = x1^3 + a * x1 + b", gx1, prime_len); in sswu() 746 crypto_bignum_exptmod(gx1, t1, prime, t1) < 0) in sswu() 753 if (crypto_bignum_to_bin(gx1, bin1, sizeof(bin1), prime_len) < 0 || in sswu() 806 crypto_bignum_deinit(gx1, 1); in sswu()
|