Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddragonfly.c204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
Dsae.c909 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc()
932 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc()
1017 crypto_bignum_mod(bn, tmp, bn) < 0 || in sae_derive_pt_ffc()
1186 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ecc()
1247 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ffc()
1602 crypto_bignum_mod(tmp, sae->tmp->order, tmp) < 0) in sae_derive_keys()
Dcommon_module_tests.c428 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h572 int crypto_bignum_mod(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1135 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
Dcrypto_openssl.c1377 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function