/hostap-latest/src/common/ |
D | dragonfly.c | 65 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 …]
|
D | sae.c | 103 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 …]
|
D | common_module_tests.c | 401 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()
|
D | dpp_crypto.c | 1089 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/ |
D | eap_pwd_common.c | 215 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/ |
D | eap_server_pwd.c | 147 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/ |
D | eap_pwd.c | 182 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/ |
D | crypto.h | 542 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
|
D | crypto_mbedtls_alt.c | 1199 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
|
D | crypto_wolfssl.c | 1362 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
|
D | crypto_openssl.c | 1936 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
|
/hostap-latest/src/ap/ |
D | ieee802_11.c | 970 crypto_bignum_deinit(sta->sae->peer_commit_scalar_accepted, 0); in sae_accept_sta()
|