Searched refs:crypto_bignum_rand (Results 1 - 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dragonfly.c | 64 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()
|
H A D | dpp_crypto.c | 2229 crypto_bignum_rand(bn, q) || in dpp_gen_reconfig_id() 2277 crypto_bignum_rand(bn, q) || /* bn = a-nonce */ in dpp_update_reconfig_id()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dragonfly.c | 64 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 547 * crypto_bignum_rand - Create a random number in range of modulus 552 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m);
|
H A D | crypto_openssl.c | 1351 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
|
H A D | crypto_wolfssl.c | 1103 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 554 * crypto_bignum_rand - Create a random number in range of modulus 559 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m);
|
H A D | crypto_wolfssl.c | 1107 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
|
H A D | crypto_openssl.c | 1424 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
|
Completed in 17 milliseconds