Home
last modified time | relevance | path

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

/hostap-latest/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()
83 crypto_bignum_deinit(*qr, 0); in dragonfly_get_random_qr_qnr()
84 crypto_bignum_deinit(*qnr, 0); in dragonfly_get_random_qr_qnr()
102 crypto_bignum_deinit(tmp, 0); in dragonfly_get_rand_1_to_p_1()
106 crypto_bignum_deinit(pm1, 0); in dragonfly_get_rand_1_to_p_1()
107 crypto_bignum_deinit(one, 0); in dragonfly_get_rand_1_to_p_1()
178 crypto_bignum_deinit(num, 1); in dragonfly_is_quadratic_residue_blind()
179 crypto_bignum_deinit(r, 1); in dragonfly_is_quadratic_residue_blind()
180 crypto_bignum_deinit(qr_or_qnr, 1); in dragonfly_is_quadratic_residue_blind()
[all …]
Dsae.c103 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data()
104 crypto_bignum_deinit(tmp->order_buf, 0); in sae_clear_temp_data()
105 crypto_bignum_deinit(tmp->sae_rand, 1); in sae_clear_temp_data()
106 crypto_bignum_deinit(tmp->pwe_ffc, 1); in sae_clear_temp_data()
107 crypto_bignum_deinit(tmp->own_commit_scalar, 0); in sae_clear_temp_data()
108 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()
109 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data()
127 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data()
128 crypto_bignum_deinit(sae->peer_commit_scalar_accepted, 0); in sae_clear_data()
181 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.c1089 crypto_bignum_deinit(lx, 1); in dpp_auth_derive_l_responder()
1090 crypto_bignum_deinit(sum, 1); in dpp_auth_derive_l_responder()
1091 crypto_bignum_deinit(bR, 1); in dpp_auth_derive_l_responder()
1092 crypto_bignum_deinit(pR, 1); in dpp_auth_derive_l_responder()
1131 crypto_bignum_deinit(lx, 1); in dpp_auth_derive_l_initiator()
1132 crypto_bignum_deinit(bI, 1); in dpp_auth_derive_l_initiator()
1521 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qi()
1597 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qr()
1775 crypto_bignum_deinit(sum, 1); in dpp_reconfig_derive_ke_responder()
1776 crypto_bignum_deinit(cR, 1); in dpp_reconfig_derive_ke_responder()
[all …]
/hostap-latest/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()
417 crypto_bignum_deinit(val, 0); in eap_pwd_element_coord_ok()
476 crypto_bignum_deinit(scalar, 0); in eap_pwd_get_scalar()
/hostap-latest/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()
308 crypto_bignum_deinit(mask, 1); in eap_pwd_build_commit_req()
/hostap-latest/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()
680 crypto_bignum_deinit(mask, 1); in eap_pwd_perform_commit_exchange()
/hostap-latest/src/crypto/
Dcrypto.h542 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
Dcrypto_mbedtls_alt.c1199 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
Dcrypto_wolfssl.c1362 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
Dcrypto_openssl.c1936 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
/hostap-latest/src/ap/
Dieee802_11.c970 crypto_bignum_deinit(sta->sae->peer_commit_scalar_accepted, 0); in sae_accept_sta()