Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
Dsae.c461 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 …]
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/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()
1667 y2 = (mp_int *) crypto_bignum_init(); in crypto_ec_point_compute_y_sqr()
Dcrypto.h511 struct crypto_bignum * crypto_bignum_init(void);
Dcrypto_openssl.c1275 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function