ESP-IDF
SAE_MAX_PRIME_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SAE_MAX_PRIME_LEN
SAE_MAX_PRIME_LEN macro
Syntax
Show:
Summary
Declaration
from
sae.h:23
#define
SAE_MAX_PRIME_LEN
512
Examples
References
from
examples
Code
Location
#define
SAE_MAX_PRIME_LEN
512
sae.h:23
if
(
tmp
->
prime_len
>
SAE_MAX_PRIME_LEN
)
{
sae.c:54
u8
pwd_value
[
SAE_MAX_PRIME_LEN
]
;
sae.c:189
u8
pwd_value
[
SAE_MAX_PRIME_LEN
+
SAE_MAX_PRIME_LEN
/
2
]
;
sae.c:930
if
(
prime_len
>
SAE_MAX_PRIME_LEN
)
sae.c:937
crypto_bignum_to_bin
(
K
,
k
,
SAE_MAX_PRIME_LEN
,
sae
->
tmp
->
prime_len
)
<
sae.c:1438
u8
zero
[
SAE_MAX_HASH_LEN
]
,
val
[
SAE_MAX_PRIME_LEN
]
;
sae.c:1466
u8
k
[
SAE_MAX_PRIME_LEN
]
=
{
0
}
;
sae.c:1606
u8
scalar_b1
[
SAE_MAX_PRIME_LEN
]
,
scalar_b2
[
SAE_MAX_PRIME_LEN
]
;
sae.c:2219
u8
element_b1
[
SAE_MAX_PRIME_LEN
]
;
sae.c:2283
u8
element_b2
[
SAE_MAX_PRIME_LEN
]
;
sae.c:2284
#define
SAE_COMMIT_MAX_LEN
(
2
+
3
*
SAE_MAX_PRIME_LEN
+
255
)
sae.h:26
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out