HomeSort by relevance Sort by last modified time
    Searched refs:crypto_bignum_deinit (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
sae.c 80 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(sae->tmp->sae_rand, 1)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto.h 514 * crypto_bignum_deinit - Free bignum
518 void crypto_bignum_deinit(struct crypto_bignum *n, int clear);
crypto_openssl.c 1167 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) function
    [all...]

Completed in 70 milliseconds