OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:own_commit_scalar
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.h
23
struct crypto_bignum *
own_commit_scalar
;
member in struct:sae_temporary_data
sae.c
84
crypto_bignum_deinit(tmp->
own_commit_scalar
, 0);
482
if (!sae->tmp->
own_commit_scalar
) {
483
sae->tmp->
own_commit_scalar
= crypto_bignum_init();
484
if (!sae->tmp->
own_commit_scalar
)
488
sae->tmp->
own_commit_scalar
);
489
crypto_bignum_mod(sae->tmp->
own_commit_scalar
, sae->tmp->order,
490
sae->tmp->
own_commit_scalar
);
619
crypto_bignum_add(sae->tmp->
own_commit_scalar
, sae->peer_commit_scalar,
662
crypto_bignum_to_bin(sae->tmp->
own_commit_scalar
, pos,
1011
sae_cn_confirm_ecc(sae, sc, sae->tmp->
own_commit_scalar
,
[
all
...]
Completed in 28 milliseconds