Home
last modified time | relevance | path

Searched refs:sae_rand (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dcommon_module_tests.c351 crypto_bignum_deinit(sae.tmp->sae_rand, 1); in sae_tests()
352 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand, in sae_tests()
355 if (!sae.tmp->sae_rand || !mask) in sae_tests()
358 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
H A Dsae.c101 crypto_bignum_deinit(tmp->sae_rand, 1); in sae_clear_temp_data()
599 if (!sae->tmp->sae_rand) in sae_derive_commit()
600 sae->tmp->sae_rand = crypto_bignum_init(); in sae_derive_commit()
603 ret = !mask || !sae->tmp->sae_rand || !sae->tmp->own_commit_scalar || in sae_derive_commit()
604 dragonfly_generate_scalar(sae->tmp->order, sae->tmp->sae_rand, in sae_derive_commit()
653 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
689 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0 in sae_derive_k_ffc()
H A Dsae.h33 struct crypto_bignum *sae_rand; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dcommon_module_tests.c401 crypto_bignum_deinit(sae.tmp->sae_rand, 1); in sae_tests()
402 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand, in sae_tests()
405 if (!sae.tmp->sae_rand || !mask) in sae_tests()
408 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
H A Dsae.h51 struct crypto_bignum *sae_rand; member
H A Dsae.c105 crypto_bignum_deinit(tmp->sae_rand, 1); in sae_clear_temp_data()
1330 if (!sae->tmp->sae_rand) in sae_derive_commit()
1331 sae->tmp->sae_rand = crypto_bignum_init(); in sae_derive_commit()
1334 ret = !mask || !sae->tmp->sae_rand || !sae->tmp->own_commit_scalar || in sae_derive_commit()
1335 dragonfly_generate_scalar(sae->tmp->order, sae->tmp->sae_rand, in sae_derive_commit()
1444 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
1480 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0 in sae_derive_k_ffc()

Completed in 8 milliseconds