Home
last modified time | relevance | path

Searched refs:crypto_bignum_rand (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c189 if (crypto_bignum_rand(tmp1, prime) < 0) in compute_password_element()
275 if (crypto_bignum_rand(tmp1, pm1) < 0 || in compute_password_element()
518 if (crypto_bignum_rand(_rand, order) == 0 && in eap_pwd_get_rand_mask()
520 crypto_bignum_rand(_mask, order) == 0 && in eap_pwd_get_rand_mask()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h545 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m);
Dcrypto_wolfssl.c1083 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
Dcrypto_openssl.c1321 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function