Searched refs:crypto_bignum_deinit (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c80 crypto_bignum_deinit(tmp->prime_buf, 0);
81 crypto_bignum_deinit(tmp->order_buf, 0);
82 crypto_bignum_deinit(tmp->sae_rand, 1);
83 crypto_bignum_deinit(tmp->pwe_ffc, 1);
84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
85 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0);
86 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0);
101 crypto_bignum_deinit(sae->peer_commit_scalar, 0);
137 crypto_bignum_deinit(bn, 0);
150 crypto_bignum_deinit(sa
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c80 crypto_bignum_deinit(tmp->prime_buf, 0);
81 crypto_bignum_deinit(tmp->order_buf, 0);
82 crypto_bignum_deinit(tmp->sae_rand, 1);
83 crypto_bignum_deinit(tmp->pwe_ffc, 1);
84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
85 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0);
86 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0);
101 crypto_bignum_deinit(sae->peer_commit_scalar, 0);
137 crypto_bignum_deinit(bn, 0);
150 crypto_bignum_deinit(sa
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c80 crypto_bignum_deinit(tmp->prime_buf, 0);
81 crypto_bignum_deinit(tmp->order_buf, 0);
82 crypto_bignum_deinit(tmp->sae_rand, 1);
83 crypto_bignum_deinit(tmp->pwe_ffc, 1);
84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
85 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0);
86 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0);
101 crypto_bignum_deinit(sae->peer_commit_scalar, 0);
137 crypto_bignum_deinit(bn, 0);
150 crypto_bignum_deinit(sa
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h514 * crypto_bignum_deinit - Free bignum
518 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
H A Dcrypto_openssl.c1167 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h514 * crypto_bignum_deinit - Free bignum
518 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
H A Dcrypto_openssl.c1167 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h514 * crypto_bignum_deinit - Free bignum
518 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
H A Dcrypto_openssl.c1167 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) function

Completed in 516 milliseconds