OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwe_ffc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/common/
sae.h
50
struct crypto_bignum *
pwe_ffc
;
member in struct:sae_temporary_data
sae.c
106
crypto_bignum_deinit(tmp->
pwe_ffc
, 1);
471
crypto_bignum_deinit(sae->tmp->
pwe_ffc
, 1);
472
sae->tmp->
pwe_ffc
= NULL;
534
sae->tmp->
pwe_ffc
= crypto_bignum_init_set(pwe_buf, prime_len);
538
return sae->tmp->
pwe_ffc
? 0 : -1;
1318
if (crypto_bignum_exptmod(sae->tmp->
pwe_ffc
, mask, sae->tmp->prime,
1419
crypto_bignum_deinit(sae->tmp->
pwe_ffc
, 1);
1420
sae->tmp->
pwe_ffc
= sae_derive_pwe_from_pt_ffc(pt, addr1,
1422
if (!sae->tmp->
pwe_ffc
)
1483
if (crypto_bignum_exptmod(sae->tmp->
pwe_ffc
, sae->peer_commit_scalar
[
all
...]
Completed in 83 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026