Lines Matching refs:crypto_bignum_sub
251 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc()
422 crypto_bignum_sub(sae->tmp->prime, y, y) < 0 || in sae_derive_pwe_ecc()
675 if (z_int < 0 && crypto_bignum_sub(prime, z, z) < 0) in sswu()
698 if (crypto_bignum_sub(prime, two, t2) < 0 || in sswu()
711 if (crypto_bignum_sub(prime, b, t1) < 0 || in sswu()
753 if (crypto_bignum_sub(prime, one, t1) < 0 || in sswu()
792 if (crypto_bignum_sub(prime, y, t1) < 0) in sswu()
1015 crypto_bignum_sub(prime, two, tmp) < 0 || in sae_derive_pt_ffc()
1027 crypto_bignum_sub(prime, one, tmp) < 0 || in sae_derive_pt_ffc()
1184 crypto_bignum_sub(order, one, tmp) < 0 || in sae_derive_pwe_from_pt_ecc()
1245 crypto_bignum_sub(order, one, tmp) < 0 || in sae_derive_pwe_from_pt_ffc()
2019 crypto_bignum_sub(sae->tmp->prime, one, res) || in sae_parse_commit_element_ffc()