ESP-IDF
DPP_MAX_NONCE_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
DPP_MAX_NONCE_LEN
DPP_MAX_NONCE_LEN macro
Syntax
Show:
Summary
Declaration
from
dpp.h:142
#define
DPP_MAX_NONCE_LEN
32
Examples
References
from
examples
Code
Location
#define
DPP_MAX_NONCE_LEN
32
dpp.h:142
u8
clear
[
4
+
DPP_MAX_NONCE_LEN
+
4
+
1
]
;
dpp.c:460
u8
wrapped_data
[
4
+
DPP_MAX_NONCE_LEN
+
4
+
1
+
AES_BLOCK_SIZE
]
;
dpp.c:461
#define
DPP_AUTH_RESP_CLEAR_LEN
2
*
(
4
+
DPP_MAX_NONCE_LEN
)
+
4
+
1
+
\
dpp.c:617
u8
r_nonce
[
4
+
DPP_MAX_NONCE_LEN
]
;
dpp.c:1966
u8
i_nonce
[
DPP_MAX_NONCE_LEN
]
;
dpp.h:251
u8
r_nonce
[
DPP_MAX_NONCE_LEN
]
;
dpp.h:252
u8
e_nonce
[
DPP_MAX_NONCE_LEN
]
;
dpp.h:253
u8
nonces
[
2
*
DPP_MAX_NONCE_LEN
]
;
dpp_crypto.c:508
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