Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c468 pwe = crypto_bignum_init(); in sae_derive_pwe_ffc()
648 u2 = crypto_bignum_init(); in sswu()
649 t1 = crypto_bignum_init(); in sswu()
650 t2 = crypto_bignum_init(); in sswu()
652 t = crypto_bignum_init(); in sswu()
657 x1a = crypto_bignum_init(); in sswu()
658 x1b = crypto_bignum_init(); in sswu()
659 x2 = crypto_bignum_init(); in sswu()
660 gx1 = crypto_bignum_init(); in sswu()
661 gx2 = crypto_bignum_init(); in sswu()
[all …]
Ddpp_crypto.c1054 sum = crypto_bignum_init(); in dpp_auth_derive_l_responder()
1056 lx = crypto_bignum_init(); in dpp_auth_derive_l_responder()
1097 lx = crypto_bignum_init(); in dpp_auth_derive_l_initiator()
1710 sum = crypto_bignum_init(); in dpp_reconfig_derive_ke_responder()
2225 bn = crypto_bignum_init(); in dpp_gen_reconfig_id()
2269 bn = crypto_bignum_init(); in dpp_update_reconfig_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c475 pwe = crypto_bignum_init(); in sae_derive_pwe_ffc()
575 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()
598 mask = crypto_bignum_init(); in sae_derive_commit()
600 sae->tmp->sae_rand = crypto_bignum_init(); in sae_derive_commit()
602 sae->tmp->own_commit_scalar = crypto_bignum_init(); in sae_derive_commit()
674 K = crypto_bignum_init(); in sae_derive_k_ffc()
715 tmp = crypto_bignum_init(); in sae_derive_keys()
1043 res = crypto_bignum_init(); in sae_parse_commit_element_ffc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_pwd.c253 data->private_value = crypto_bignum_init(); in eap_pwd_build_commit_req()
255 data->my_scalar = crypto_bignum_init(); in eap_pwd_build_commit_req()
256 mask = crypto_bignum_init(); in eap_pwd_build_commit_req()
670 data->k = crypto_bignum_init(); in eap_pwd_process_commit_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_pwd.c253 data->private_value = crypto_bignum_init(); in eap_pwd_build_commit_req()
255 data->my_scalar = crypto_bignum_init(); in eap_pwd_build_commit_req()
256 mask = crypto_bignum_init(); in eap_pwd_build_commit_req()
670 data->k = crypto_bignum_init(); in eap_pwd_process_commit_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_pwd.c575 data->private_value = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
577 data->my_scalar = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
578 mask = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
603 data->k = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_pwd.c575 data->private_value = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
577 data->my_scalar = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
578 mask = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
603 data->k = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_wolfssl.c1008 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function
1032 a = (mp_int *) crypto_bignum_init(); in crypto_bignum_init_set()
1052 a = (mp_int *) crypto_bignum_init(); in crypto_bignum_init_uint()
1674 y2 = (mp_int *) crypto_bignum_init(); in crypto_ec_point_compute_y_sqr()
Dcrypto.h511 struct crypto_bignum * crypto_bignum_init(void);
Dcrypto_openssl.c1266 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_wolfssl.c1012 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function
1036 a = (mp_int *) crypto_bignum_init(); in crypto_bignum_init_set()
1056 a = (mp_int *) crypto_bignum_init(); in crypto_bignum_init_uint()
1656 y2 = (mp_int *) crypto_bignum_init(); in crypto_ec_point_compute_y_sqr()
Dcrypto.h518 struct crypto_bignum * crypto_bignum_init(void);
Dcrypto_openssl.c1339 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function