OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:element_b2
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.c
952
u8
element_b2
[2 * SAE_MAX_ECC_PRIME_LEN];
local
956
crypto_ec_point_to_bin(sae->tmp->ec, element2,
element_b2
,
957
element_b2
+ sae->tmp->prime_len);
960
scalar2,
element_b2
, 2 * sae->tmp->prime_len, confirm);
972
u8
element_b2
[SAE_MAX_PRIME_LEN];
local
976
crypto_bignum_to_bin(element2,
element_b2
, sizeof(
element_b2
),
980
scalar2,
element_b2
, sae->tmp->prime_len, confirm);
Completed in 43 milliseconds