mbedTLS
mbedtls_ssl_config::p_cookie
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_config::p_cookie
mbedtls_ssl_config::p_cookie field
Syntax
Show:
Summary
Declaration
from
ssl.h:1534
void
*
MBEDTLS_PRIVATE
(
p_cookie
;
Examples
References
from
examples
Code
Location
Referrer
void
*
MBEDTLS_PRIVATE
(
p_cookie
)
;
/*!< context for the cookie callbacks */
ssl.h:1534
if
(
ssl
->
conf
->
f_cookie_check
(
ssl
->
conf
->
p_cookie
,
ssl_msg.c:3547
mbedtls_ssl_check_dtls_clihlo_cookie()
if
(
ssl
->
conf
->
f_cookie_write
(
ssl
->
conf
->
p_cookie
,
ssl_msg.c:3586
mbedtls_ssl_check_dtls_clihlo_cookie()
conf
->
p_cookie
=
p_cookie
;
ssl_tls12_server.c:75
mbedtls_ssl_conf_dtls_cookies()
if
(
ssl
->
conf
->
f_cookie_check
(
ssl
->
conf
->
p_cookie
,
ssl_tls12_server.c:1227
ssl_parse_client_hello()
if
(
(
ret
=
ssl
->
conf
->
f_cookie_write
(
ssl
->
conf
->
p_cookie
,
ssl_tls12_server.c:2074
ssl_write_hello_verify_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::p_cookie
is written by 1 function and is read by 3 functions:
mbedtls_ssl_conf_dtls_cookies()
All items filtered out
mbedtls_ssl_config::p_cookie
mbedtls_ssl_check_dtls_clihlo_cookie()
ssl_parse_client_hello()
ssl_write_hello_verify_request()
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