Searched refs:x1 (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 640 struct crypto_bignum *x1 = NULL, *x2, *gx1, *gx2, *v = NULL; in sswu() local 724 x1 = crypto_bignum_init_set(bin, prime_len); in sswu() 725 if (!x1) in sswu() 727 debug_print_bignum("SSWU: x1 = CSEL(l, x1a, x1b)", x1, prime_len); in sswu() 730 if (crypto_bignum_exptmod(x1, three, prime, t1) < 0 || in sswu() 731 crypto_bignum_mulmod(a, x1, prime, t2) < 0 || in sswu() 739 crypto_bignum_mulmod(t1, x1, prime, x2) < 0) in sswu() 772 if (crypto_bignum_to_bin(x1, bin1, sizeof(bin1), prime_len) < 0 || in sswu() 813 crypto_bignum_deinit(x1, 1); in sswu()
|
/hostap-latest/doc/ |
D | p2p.doxygen | 427 dev_capab=0x1 group_capab=0x0 454 dev_capab=0x1 group_capab=0x0
|