Home
last modified time | relevance | path

Searched refs:crypto_bignum_init (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c63 tmp = crypto_bignum_init(); in dragonfly_get_random_qr_qnr()
92 tmp = crypto_bignum_init(); in dragonfly_get_rand_1_to_p_1()
93 pm1 = crypto_bignum_init(); in dragonfly_get_rand_1_to_p_1()
136 num = crypto_bignum_init(); in dragonfly_is_quadratic_residue_blind()
232 tmp = crypto_bignum_init(); in dragonfly_sqrt()
Dsae.c459 pwe = crypto_bignum_init(); in sae_derive_pwe_ffc()
600 u2 = crypto_bignum_init(); in sswu()
601 t1 = crypto_bignum_init(); in sswu()
602 t2 = crypto_bignum_init(); in sswu()
604 t = crypto_bignum_init(); in sswu()
609 x1a = crypto_bignum_init(); in sswu()
610 x1b = crypto_bignum_init(); in sswu()
611 x2 = crypto_bignum_init(); in sswu()
612 gx1 = crypto_bignum_init(); in sswu()
613 gx2 = crypto_bignum_init(); in sswu()
[all …]
Ddpp.c2057 sum = crypto_bignum_init(); in dpp_auth_derive_l_responder()
2058 q = crypto_bignum_init(); in dpp_auth_derive_l_responder()
2059 lx = crypto_bignum_init(); in dpp_auth_derive_l_responder()
2107 lx = crypto_bignum_init(); in dpp_auth_derive_l_initiator()
4107 r = crypto_bignum_init(); in dpp_build_conf_obj_dpp()
4108 s = crypto_bignum_init(); in dpp_build_conf_obj_dpp()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c24 struct crypto_bignum *crypto_bignum_init(void) in crypto_bignum_init() function
174 struct crypto_bignum *tmp = crypto_bignum_init(); in crypto_bignum_sqrmod()
300 struct crypto_bignum *tmp = crypto_bignum_init(); in crypto_bignum_addmod()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h520 struct crypto_bignum * crypto_bignum_init(void);