Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c110 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 …]
Dcommon_module_tests.c351 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/
Deap_pwd_common.c247 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/
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()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c150 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/
Dcrypto.h526 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
Dcrypto_wolfssl.c1045 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
Dcrypto_openssl.c1286 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function