Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddragonfly.c64 if (!tmp || crypto_bignum_rand(tmp, prime) < 0) { in dragonfly_get_random_qr_qnr()
97 crypto_bignum_rand(tmp, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
185 return crypto_bignum_rand(val, order) == 0 && in dragonfly_get_rand_2_to_r_1()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h552 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m);
Dcrypto_wolfssl.c1103 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
Dcrypto_openssl.c1360 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function