Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddragonfly.c207 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
Dsae.c908 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc()
931 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc()
1016 crypto_bignum_mod(bn, tmp, bn) < 0 || in sae_derive_pt_ffc()
1185 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ecc()
1246 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ffc()
1608 crypto_bignum_mod(tmp, sae->tmp->order, tmp) < 0) in sae_derive_keys()
Dcommon_module_tests.c410 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
/hostap-latest/src/crypto/
Dcrypto.h581 int crypto_bignum_mod(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1238 int crypto_bignum_mod(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_mod() function
Dcrypto_wolfssl.c1432 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
Dcrypto_openssl.c2000 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function