Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c579 *x1a, *x1b, *y = NULL; in sswu() local
609 x1a = crypto_bignum_init(); in sswu()
616 !x1a || !x1b || !x2 || !gx1 || !gx2 || !tmp) in sswu()
650 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu()
652 debug_print_bignum("SSWU: x1a = b / (z * a)", x1a, prime_len); in sswu()
664 if (crypto_bignum_to_bin(x1a, bin1, sizeof(bin1), prime_len) < 0 || in sswu()
757 crypto_bignum_deinit(x1a, 1); in sswu()