ESP-IDF
SAE_MAX_HASH_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
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_HASH_LEN
SAE_MAX_HASH_LEN macro
Syntax
Show:
Summary
Declaration
from
sae.h:25
#define
SAE_MAX_HASH_LEN
64
Examples
References
from
examples
Code
Location
#define
SAE_MAX_HASH_LEN
64
sae.h:25
u8
zero
[
SAE_MAX_HASH_LEN
]
,
val
[
SAE_MAX_PRIME_LEN
]
;
sae.c:1466
u8
keyseed
[
SAE_MAX_HASH_LEN
]
;
sae.c:1469
u8
keys
[
2
*
SAE_MAX_HASH_LEN
+
SAE_PMK_LEN_MAX
]
;
sae.c:1470
u8
verifier
[
SAE_MAX_HASH_LEN
]
;
sae.c:2345
#define
SAE_CONFIRM_MAX_LEN
(
(
2
+
SAE_MAX_HASH_LEN
)
+
1500
)
sae.h:28
u8
kck
[
SAE_MAX_HASH_LEN
]
;
sae.h:45
u8
kek
[
SAE_MAX_HASH_LEN
]
;
sae.h:70
u8
fingerprint
[
SAE_MAX_HASH_LEN
]
;
sae.h:75
u8
hash
[
SAE_MAX_HASH_LEN
]
;
sae_pk.c:547
u8
hash
[
SAE_MAX_HASH_LEN
]
;
sae_pk.c:618
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