mbedTLS
ssl_cookie_check_dummy()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
ssl_cookie_check_dummy()
ssl_cookie_check_dummy() function
Syntax
Show:
Summary
Declaration
from
ssl_tls.c:1285
MBEDTLS_CHECK_RETURN_CRITICAL
static
int
ssl_cookie_check_dummy
(
void
*
ctx
,
const
unsigned
char
*
cookie
,
size_t
cookie_len
,
const
unsigned
char
*
cli_id
,
size_t
cli_id_len
)
;
Arguments
Argument
ctx
cookie
cookie_len
cli_id
cli_id_len
Examples
References
from
examples
Code
Location
Referrer
static
int
ssl_cookie_check_dummy
(
void
*
ctx
,
ssl_tls.c:1286
conf
->
f_cookie_check
=
ssl_cookie_check_dummy
;
ssl_tls.c:5912
mbedtls_ssl_config_defaults()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ssl_cookie_check_dummy()
writes 1 variable:
All items filtered out
ssl_cookie_check_dummy()
mbedtls_ssl_config_defaults()
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
ssl_cookie_check_dummy()
is implemented by 1 functions:
All items filtered out
ssl_cookie_check_dummy()
mbedtls_ssl_config::f_cookie_check
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out