Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c171 tmp1 = crypto_bignum_init(); in compute_password_element()
172 pm1 = crypto_bignum_init(); in compute_password_element()
194 tmp1 = crypto_bignum_init(); in compute_password_element()
197 tmp1 = crypto_bignum_init(); in compute_password_element()
/external/wpa_supplicant_8/src/common/
Dsae.c257 num = crypto_bignum_init(); in is_quadratic_residue_blind()
650 pwe = crypto_bignum_init(); in sae_derive_pwe_ffc()
750 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()
794 sae->tmp->own_commit_scalar = crypto_bignum_init(); in sae_derive_commit()
874 K = crypto_bignum_init(); in sae_derive_k_ffc()
915 tmp = crypto_bignum_init(); in sae_derive_keys()
1237 res = crypto_bignum_init(); in sae_parse_commit_element_ffc()
/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.c528 data->private_value = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
530 data->my_scalar = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
531 mask = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
556 data->k = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h511 struct crypto_bignum * crypto_bignum_init(void);
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()
1614 y2 = (mp_int *) crypto_bignum_init(); in crypto_ec_point_compute_y_sqr()
Dcrypto_openssl.c1266 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function