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 30 struct crypto_bignum *sae_rand; member in struct:sae_temporary_data
sae.c 82 crypto_bignum_deinit(tmp->sae_rand, 1);
151 crypto_bignum_deinit(sae->tmp->sae_rand, 1);
152 sae->tmp->sae_rand = sae_get_rand(sae);
153 if (sae->tmp->sae_rand == NULL)
487 crypto_bignum_add(sae->tmp->sae_rand, mask,
542 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 ||
578 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0

Completed in 45 milliseconds