Searched refs:gx1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 633 struct crypto_bignum *x1 = NULL, *x2, *gx1, *gx2, *v = NULL; in sswu() local 662 gx1 = crypto_bignum_init(); in sswu() 665 !x1a || !x1b || !x2 || !gx1 || !gx2) in sswu() 726 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu() 728 debug_print_bignum("SSWU: gx1 = x1^3 + a * x1 + b", gx1, prime_len); in sswu() 748 crypto_bignum_exptmod(gx1, t1, prime, t1) < 0) in sswu() 755 if (crypto_bignum_to_bin(gx1, bin1, sizeof(bin1), prime_len) < 0 || in sswu() 808 crypto_bignum_deinit(gx1, 1); in sswu()
|