D | sae.c | 638 struct crypto_bignum *u2, *t1, *t2, *z, *t, *zero, *one, *two, *three, in sswu() local 663 one = crypto_bignum_init_uint(1); in sswu() 671 if (!u2 || !t1 || !t2 || !z || !t || !zero || !one || !two || !three || in sswu() 714 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu() 753 if (crypto_bignum_sub(prime, one, t1) < 0 || in sswu() 820 crypto_bignum_deinit(one, 0); in sswu() 979 struct crypto_bignum *one = NULL, *two = NULL, *bn = NULL, *tmp = NULL, in sae_derive_pt_ffc() local 1011 one = crypto_bignum_init_uint(1); in sae_derive_pt_ffc() 1014 if (!bn || !one || !two || !tmp || in sae_derive_pt_ffc() 1027 crypto_bignum_sub(prime, one, tmp) < 0 || in sae_derive_pt_ffc() [all …]
|