mbedTLS
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
is only used within mbedTLS.
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
mbedTLS
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN macro
Syntax
Show:
Summary
Declaration
from
ssl.h:455
#define
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
12
Examples
References
from
examples
Code
Location
#define
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
12
ssl.h:455
char
MBEDTLS_PRIVATE
(
own_verify_data
)
[
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
]
;
/*!< previous handshake verify data */
ssl.h:1918
char
MBEDTLS_PRIVATE
(
peer_verify_data
)
[
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
]
;
/*!< previous handshake verify data */
ssl.h:1919
memset
(
ssl
->
own_verify_data
,
0
,
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
)
;
ssl_tls.c:1556
memset
(
ssl
->
peer_verify_data
,
0
,
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
)
;
ssl_tls.c:1557
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