Home
last modified time | relevance | path

Searched refs:x1b (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
610 x1b = crypto_bignum_init(); in sswu()
616 !x1a || !x1b || !x2 || !gx1 || !gx2 || !tmp) in sswu()
659 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu()
661 debug_print_bignum("SSWU: x1b = (-b/a) * (1 + t)", x1b, prime_len); in sswu()
665 crypto_bignum_to_bin(x1b, bin2, sizeof(bin2), prime_len) < 0) in sswu()
758 crypto_bignum_deinit(x1b, 1); in sswu()