ESP-IDF
tls_global
is only used within ESP-IDF.
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
ESP-IDF
tls_global
tls_global struct
Syntax
Show:
Summary
Declaration
from
tls_internal.c:22
struct
tls_global
{
int
server
;
struct
tlsv1_credentials
*
server_cred
;
int
check_crl
;
void
(
*
event_cb
)
(
void
*
ctx
,
enum
tls_event
ev
,
union
tls_event_data
*
data
)
;
void
*
cb_ctx
;
int
cert_in_cb
;
}
;
Fields
Field
Declared as
tls_global::server
int
tls_global::server_cred
struct
tlsv1_credentials
*
tls_global::check_crl
int
tls_global::event_cb
void
(
*
)
(
void
*
ctx
,
enum
tls_event
ev
,
union
tls_event_data
*
data
)
tls_global::cb_ctx
void
*
tls_global::cert_in_cb
int
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
tls_global
{
tls_internal.c:22
struct
tls_global
*
global
;
tls_internal.c:36
tls_connection
tls_connection::global
struct
tls_global
*
global
;
tls_internal.c:42
tls_init()
global
=
os_zalloc
(
sizeof
(
*
global
)
)
;
tls_internal.c:56
tls_init()
struct
tls_global
*
global
=
ssl_ctx
;
tls_internal.c:70
tls_deinit()
os_free
(
global
)
;
tls_internal.c:83
tls_deinit()
struct
tls_global
*
global
=
tls_ctx
;
tls_internal.c:96
tls_connection_init()
struct
tls_global
*
global
=
tls_ctx
;
tls_internal.c:360
tls_global_set_verify()
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
Instance
Scope
Location
Project
tls_connection::global
tls_connection
tls_internal.c:36
Lifecycle
from
examples
tls_global
is allocated by 1 symbol and is freed by 1 symbol:
tls_init()
All items filtered out
tls_global
tls_deinit()
All items filtered out