Home
last modified time | relevance | path

Searched refs:x1a (Results 1 – 1 of 1) sorted by relevance

/hostap-3.7.0/src/common/
Dsae.c630 *x1a, *x1b, *y = NULL; in sswu() local
657 x1a = crypto_bignum_init(); in sswu()
663 !x1a || !x1b || !x2 || !gx1 || !gx2) in sswu()
697 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu()
699 debug_print_bignum("SSWU: x1a = b / (z * a)", x1a, prime_len); in sswu()
711 if (crypto_bignum_to_bin(x1a, bin1, sizeof(bin1), prime_len) < 0 || in sswu()
802 crypto_bignum_deinit(x1a, 1); in sswu()