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);
480
if (!sae->tmp->
own_commit_scalar
) {
481
sae->tmp->
own_commit_scalar
= crypto_bignum_init();
482
if (!sae->tmp->
own_commit_scalar
)
486
sae->tmp->
own_commit_scalar
);
487
crypto_bignum_mod(sae->tmp->
own_commit_scalar
, sae->tmp->order,
488
sae->tmp->
own_commit_scalar
);
615
crypto_bignum_add(sae->tmp->
own_commit_scalar
, sae->peer_commit_scalar,
653
crypto_bignum_to_bin(sae->tmp->
own_commit_scalar
, pos,
994
sae_cn_confirm_ecc(sae, sc, sae->tmp->
own_commit_scalar
,
[
all
...]
Completed in 34 milliseconds