ESP-IDF
TLS_VERIFY_DATA_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TLS_VERIFY_DATA_LEN
TLS_VERIFY_DATA_LEN macro
Syntax
Show:
Summary
Declaration
from
tlsv1_common.h:30
#define
TLS_VERIFY_DATA_LEN
12
Examples
References
from
examples
Code
Location
#define
TLS_VERIFY_DATA_LEN
12
tlsv1_common.h:30
u8
verify_data
[
TLS_VERIFY_DATA_LEN
]
;
tlsv1_client_read.c:1330
if
(
len
!=
TLS_VERIFY_DATA_LEN
)
{
tlsv1_client_read.c:1375
verify_data
,
TLS_VERIFY_DATA_LEN
)
)
{
tlsv1_client_read.c:1431
if
(
os_memcmp_const
(
pos
,
verify_data
,
TLS_VERIFY_DATA_LEN
)
!=
0
)
{
tlsv1_client_read.c:1440
u8
verify_data
[
1
+
3
+
TLS_VERIFY_DATA_LEN
]
;
tlsv1_client_write.c:784
verify_data
+
1
+
3
,
TLS_VERIFY_DATA_LEN
)
)
{
tlsv1_client_write.c:836
WPA_PUT_BE24
(
pos
,
TLS_VERIFY_DATA_LEN
)
;
tlsv1_client_write.c:850
pos
+=
TLS_VERIFY_DATA_LEN
;
/* verify_data already in place */
tlsv1_client_write.c:852
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