Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c80 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data()
81 crypto_bignum_deinit(tmp->order_buf, 0); in sae_clear_temp_data()
82 crypto_bignum_deinit(tmp->sae_rand, 1); in sae_clear_temp_data()
83 crypto_bignum_deinit(tmp->pwe_ffc, 1); in sae_clear_temp_data()
84 crypto_bignum_deinit(tmp->own_commit_scalar, 0); in sae_clear_temp_data()
85 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()
86 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data()
101 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data()
137 crypto_bignum_deinit(bn, 0); in sae_get_rand()
150 crypto_bignum_deinit(sae->tmp->sae_rand, 1); in sae_get_rand_and_mask()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h515 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
Dcrypto_openssl.c1133 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function