Searched refs:crypto_bignum_mod (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/common/ |
D | dragonfly.c | 207 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
|
D | sae.c | 908 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()
|
D | common_module_tests.c | 410 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
|
/hostap-latest/src/crypto/ |
D | crypto.h | 581 int crypto_bignum_mod(const struct crypto_bignum *a,
|
D | crypto_mbedtls_alt.c | 1238 int crypto_bignum_mod(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_mod() function
|
D | crypto_wolfssl.c | 1432 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
D | crypto_openssl.c | 2000 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|