Home
last modified time | relevance | path

Searched refs:crypto_bignum_mod (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddragonfly.c204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
H A Dsae.c901 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc()
924 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc()
1009 crypto_bignum_mod(bn, tmp, bn) < 0 || in sae_derive_pt_ffc()
1178 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ecc()
1239 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ffc()
1601 crypto_bignum_mod(tmp, sae->tmp->order, tmp) < 0) in sae_derive_keys()
H A Dcommon_module_tests.c410 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddragonfly.c204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
H A Dcommon_module_tests.c360 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
H A Dsae.c732 crypto_bignum_mod(tmp, sae->tmp->order, tmp); in sae_derive_keys()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h566 * crypto_bignum_mod - c = a % b
572 int crypto_bignum_mod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1368 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
H A Dcrypto_wolfssl.c1133 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h573 * crypto_bignum_mod - c = a % b
579 int crypto_bignum_mod(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1139 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
H A Dcrypto_openssl.c1441 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function

Completed in 20 milliseconds