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

  /external/wpa_supplicant_8/src/common/
sae.h 33 struct crypto_bignum *sae_rand; member in struct:sae_temporary_data
sae.c 82 crypto_bignum_deinit(tmp->sae_rand, 1);
150 crypto_bignum_deinit(sae->tmp->sae_rand, 1);
151 sae->tmp->sae_rand = sae_get_rand(sae);
152 if (sae->tmp->sae_rand == NULL)
679 crypto_bignum_add(sae->tmp->sae_rand, mask,
732 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 ||
768 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0
    [all...]

Completed in 58 milliseconds