OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:own_commit_scalar
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/common/
sae.c
107
crypto_bignum_deinit(tmp->
own_commit_scalar
, 0);
1339
if (!sae->tmp->
own_commit_scalar
)
1340
sae->tmp->
own_commit_scalar
= crypto_bignum_init();
1341
ret = !mask || !sae->tmp->sae_rand || !sae->tmp->
own_commit_scalar
||
1344
sae->tmp->
own_commit_scalar
) < 0 ||
1606
if (crypto_bignum_add(sae->tmp->
own_commit_scalar
,
1695
if (crypto_bignum_to_bin(sae->tmp->
own_commit_scalar
, pos,
2253
if (!sae->tmp->
own_commit_scalar
||
2254
crypto_bignum_cmp(sae->tmp->
own_commit_scalar
,
2378
res = sae_cn_confirm_ecc(sae, sc, sae->tmp->
own_commit_scalar
,
[
all
...]
sae.h
44
struct crypto_bignum *
own_commit_scalar
;
member in struct:sae_temporary_data
sae_pk.c
570
if (crypto_bignum_to_bin(ap ? tmp->
own_commit_scalar
:
575
tmp->
own_commit_scalar
,
common_module_tests.c
409
sae.tmp->
own_commit_scalar
) < 0 ||
410
crypto_bignum_mod(sae.tmp->
own_commit_scalar
, sae.tmp->order,
411
sae.tmp->
own_commit_scalar
) < 0 ||
Completed in 37 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026