Searched refs:crypto_bignum_deinit (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 80 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() 100 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data() 138 crypto_bignum_deinit(bn, 0); in sae_get_rand() 151 crypto_bignum_deinit(sae->tmp->sae_rand, 1); in sae_get_rand_and_mask() [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 492 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
|
D | crypto_openssl.c | 841 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit() function
|