Searched refs:x1b (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 639 *x1a, *x1b, *y = NULL; in sswu() local 667 x1b = crypto_bignum_init(); in sswu() 672 !x1a || !x1b || !x2 || !gx1 || !gx2) in sswu() 715 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu() 717 debug_print_bignum("SSWU: x1b = (-b/a) * (1 + t)", x1b, prime_len); in sswu() 721 crypto_bignum_to_bin(x1b, bin2, sizeof(bin2), prime_len) < 0) in sswu() 812 crypto_bignum_deinit(x1b, 1); in sswu()
|