OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peer_commit_element_ffc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.h
26
struct crypto_bignum *
peer_commit_element_ffc
;
member in struct:sae_temporary_data
sae.c
86
crypto_bignum_deinit(tmp->
peer_commit_element_ffc
, 0);
572
crypto_bignum_mulmod(K, sae->tmp->
peer_commit_element_ffc
,
841
crypto_bignum_deinit(sae->tmp->
peer_commit_element_ffc
, 0);
842
sae->tmp->
peer_commit_element_ffc
=
844
if (sae->tmp->
peer_commit_element_ffc
== NULL)
846
if (crypto_bignum_is_zero(sae->tmp->
peer_commit_element_ffc
) ||
847
crypto_bignum_is_one(sae->tmp->
peer_commit_element_ffc
) ||
848
crypto_bignum_cmp(sae->tmp->
peer_commit_element_ffc
,
857
crypto_bignum_exptmod(sae->tmp->
peer_commit_element_ffc
,
1003
sae->tmp->
peer_commit_element_ffc
,
[
all
...]
Completed in 42 milliseconds