Searched refs:gx2 (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 661 gx2 = crypto_bignum_init(); in sswu() 663 !x1a || !x1b || !x2 || !gx1 || !gx2) in sswu() 738 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu() 740 debug_print_bignum("SSWU: gx2 = x2^3 + a * x2 + b", gx2, prime_len); in sswu() 754 crypto_bignum_to_bin(gx2, bin2, sizeof(bin2), prime_len) < 0) in sswu() 807 crypto_bignum_deinit(gx2, 1); in sswu()
|