OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwe_ffc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.h
29
struct crypto_bignum *
pwe_ffc
;
member in struct:sae_temporary_data
sae.c
83
crypto_bignum_deinit(tmp->
pwe_ffc
, 1);
374
if (sae->tmp->
pwe_ffc
== NULL) {
375
sae->tmp->
pwe_ffc
= crypto_bignum_init();
376
if (sae->tmp->
pwe_ffc
== NULL)
409
res = sae_test_pwd_seed_ffc(sae, pwd_seed, sae->tmp->
pwe_ffc
);
455
if (crypto_bignum_exptmod(sae->tmp->
pwe_ffc
, mask, sae->tmp->prime,
570
if (crypto_bignum_exptmod(sae->tmp->
pwe_ffc
, sae->peer_commit_scalar,
Completed in 817 milliseconds