Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/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()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c231 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h561 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m);