Searched refs:gx2 (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 580 struct crypto_bignum *x1 = NULL, *x2, *gx1, *gx2, *v = NULL; in sswu() local 613 gx2 = crypto_bignum_init(); in sswu() 616 !x1a || !x1b || !x2 || !gx1 || !gx2 || !tmp) in sswu() 691 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu() 693 debug_print_bignum("SSWU: gx2 = x2^3 + a * x2 + b", gx2, prime_len); in sswu() 707 crypto_bignum_to_bin(gx2, bin2, sizeof(bin2), prime_len) < 0) in sswu() 762 crypto_bignum_deinit(gx2, 1); in sswu()
|