Home
last modified time | relevance | path

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 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()
H A Ddpp_crypto.c2229 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 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h547 * 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 Dcrypto_openssl.c1351 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
H A Dcrypto_wolfssl.c1103 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 Dcrypto.h554 * 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 Dcrypto_wolfssl.c1107 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
H A Dcrypto_openssl.c1424 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function

Completed in 17 milliseconds