ESP-IDF
COMEBACK_KEY_SIZE
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
COMEBACK_KEY_SIZE
COMEBACK_KEY_SIZE macro
Syntax
Show:
Summary
Declaration
from
hostapd.h:145
#define
COMEBACK_KEY_SIZE
8
Examples
References
from
examples
Code
Location
#define
COMEBACK_KEY_SIZE
8
hostapd.h:145
if
(
hmac_sha256
(
comeback_key
,
COMEBACK_KEY_SIZE
,
comeback_token.c:24
if
(
hmac_sha256_vector
(
comeback_key
,
COMEBACK_KEY_SIZE
,
comeback_token.c:59
if
(
random_get_bytes
(
comeback_key
,
COMEBACK_KEY_SIZE
)
<
0
)
{
comeback_token.c:90
if
(
hmac_sha256_vector
(
comeback_key
,
COMEBACK_KEY_SIZE
,
comeback_token.c:132
u8
comeback_key
[
COMEBACK_KEY_SIZE
]
;
hostapd.h:149
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