Home
last modified time | relevance | path

Searched refs:crypto_bignum_deinit (Results 1 – 11 of 11) sorted by relevance

/hostap-3.6.0/src/common/
Ddragonfly.c65 crypto_bignum_deinit(tmp, 0); in dragonfly_get_random_qr_qnr()
75 crypto_bignum_deinit(tmp, 0); in dragonfly_get_random_qr_qnr()
80 crypto_bignum_deinit(*qr, 0); in dragonfly_get_random_qr_qnr()
81 crypto_bignum_deinit(*qnr, 0); in dragonfly_get_random_qr_qnr()
99 crypto_bignum_deinit(tmp, 0); in dragonfly_get_rand_1_to_p_1()
103 crypto_bignum_deinit(pm1, 0); in dragonfly_get_rand_1_to_p_1()
104 crypto_bignum_deinit(one, 0); in dragonfly_get_rand_1_to_p_1()
175 crypto_bignum_deinit(num, 1); in dragonfly_is_quadratic_residue_blind()
176 crypto_bignum_deinit(r, 1); in dragonfly_is_quadratic_residue_blind()
177 crypto_bignum_deinit(qr_or_qnr, 1); in dragonfly_is_quadratic_residue_blind()
[all …]
Dsae.c101 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data()
102 crypto_bignum_deinit(tmp->order_buf, 0); in sae_clear_temp_data()
103 crypto_bignum_deinit(tmp->sae_rand, 1); in sae_clear_temp_data()
104 crypto_bignum_deinit(tmp->pwe_ffc, 1); in sae_clear_temp_data()
105 crypto_bignum_deinit(tmp->own_commit_scalar, 0); in sae_clear_temp_data()
106 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()
107 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data()
125 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data()
126 crypto_bignum_deinit(sae->peer_commit_scalar_accepted, 0); in sae_clear_data()
179 crypto_bignum_deinit(x_cand, 1); in sae_test_pwd_seed_ecc()
[all …]
Dcommon_module_tests.c401 crypto_bignum_deinit(sae.tmp->sae_rand, 1); in sae_tests()
496 crypto_bignum_deinit(pwe, 1); in sae_tests()
500 crypto_bignum_deinit(pwe, 1); in sae_tests()
510 crypto_bignum_deinit(mask, 1); in sae_tests()
Ddpp_crypto.c1069 crypto_bignum_deinit(lx, 1); in dpp_auth_derive_l_responder()
1070 crypto_bignum_deinit(sum, 1); in dpp_auth_derive_l_responder()
1110 crypto_bignum_deinit(lx, 1); in dpp_auth_derive_l_initiator()
1497 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qi()
1573 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qr()
1751 crypto_bignum_deinit(sum, 1); in dpp_reconfig_derive_ke_responder()
2252 crypto_bignum_deinit(bn, 1); in dpp_gen_reconfig_id()
2300 crypto_bignum_deinit(bn, 1); in dpp_update_reconfig_id()
/hostap-3.6.0/src/eap_common/
Deap_pwd_common.c215 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
233 crypto_bignum_deinit(tmp2, 1); in compute_password_element()
259 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
314 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
315 crypto_bignum_deinit(tmp2, 1); in compute_password_element()
316 crypto_bignum_deinit(y, 1); in compute_password_element()
317 crypto_bignum_deinit(qr, 1); in compute_password_element()
318 crypto_bignum_deinit(qnr, 1); in compute_password_element()
402 crypto_bignum_deinit(val, 0); in eap_pwd_element_coord_ok()
461 crypto_bignum_deinit(scalar, 0); in eap_pwd_get_scalar()
/hostap-3.6.0/src/eap_server/
Deap_server_pwd.c147 crypto_bignum_deinit(data->private_value, 1); in eap_pwd_reset()
148 crypto_bignum_deinit(data->peer_scalar, 1); in eap_pwd_reset()
149 crypto_bignum_deinit(data->my_scalar, 1); in eap_pwd_reset()
150 crypto_bignum_deinit(data->k, 1); in eap_pwd_reset()
305 crypto_bignum_deinit(mask, 1); in eap_pwd_build_commit_req()
/hostap-3.6.0/src/eap_peer/
Deap_pwd.c182 crypto_bignum_deinit(data->private_value, 1); in eap_pwd_deinit()
183 crypto_bignum_deinit(data->server_scalar, 1); in eap_pwd_deinit()
184 crypto_bignum_deinit(data->my_scalar, 1); in eap_pwd_deinit()
185 crypto_bignum_deinit(data->k, 1); in eap_pwd_deinit()
677 crypto_bignum_deinit(mask, 1); in eap_pwd_perform_commit_exchange()
/hostap-3.6.0/src/crypto/
Dcrypto.h540 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
Dcrypto_wolfssl.c1069 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
Dcrypto_openssl.c1377 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
/hostap-3.6.0/src/ap/
Dieee802_11.c981 crypto_bignum_deinit(sta->sae->peer_commit_scalar_accepted, 0); in sae_accept_sta()