Searched refs:crypto_bignum_deinit (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 110 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data() 111 crypto_bignum_deinit(tmp->order_buf, 0); in sae_clear_temp_data() 112 crypto_bignum_deinit(tmp->sae_rand, 1); in sae_clear_temp_data() 113 crypto_bignum_deinit(tmp->pwe_ffc, 1); in sae_clear_temp_data() 114 crypto_bignum_deinit(tmp->own_commit_scalar, 0); in sae_clear_temp_data() 115 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data() 116 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data() 132 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data() 168 crypto_bignum_deinit(bn, 0); in sae_get_rand() 181 crypto_bignum_deinit(sae->tmp->sae_rand, 1); in sae_get_rand_and_mask() [all …]
|
D | common_module_tests.c | 351 crypto_bignum_deinit(sae.tmp->sae_rand, 1); in sae_tests() 418 crypto_bignum_deinit(mask, 1); in sae_tests()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 247 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 265 crypto_bignum_deinit(tmp2, 1); in compute_password_element() 292 crypto_bignum_deinit(qr_or_qnr, 1); in compute_password_element() 321 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 349 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 350 crypto_bignum_deinit(pm1, 0); in compute_password_element() 351 crypto_bignum_deinit(tmp1, 1); in compute_password_element() 352 crypto_bignum_deinit(tmp2, 1); in compute_password_element() 353 crypto_bignum_deinit(qr, 1); in compute_password_element() 354 crypto_bignum_deinit(qnr, 1); in compute_password_element() [all …]
|
/external/wpa_supplicant_8/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() 305 crypto_bignum_deinit(mask, 1); in eap_pwd_build_commit_req()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 150 crypto_bignum_deinit(data->private_value, 1); in eap_pwd_deinit() 151 crypto_bignum_deinit(data->server_scalar, 1); in eap_pwd_deinit() 152 crypto_bignum_deinit(data->my_scalar, 1); in eap_pwd_deinit() 153 crypto_bignum_deinit(data->k, 1); in eap_pwd_deinit() 630 crypto_bignum_deinit(mask, 1); in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 526 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
|
D | crypto_wolfssl.c | 1045 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
|
D | crypto_openssl.c | 1286 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
|