ESP-IDF
tlsv1_client::event_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tlsv1_client::event_cb
tlsv1_client::event_cb field
Syntax
Show:
Summary
Declaration
from
tlsv1_client_i.h:71
void
(
*
event_cb
)
(
void
*
ctx
,
enum
tls_event
ev
,
union
tls_event_data
*
data
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
event_cb
)
(
void
*
ctx
,
enum
tls_event
ev
,
tlsv1_client_i.h:71
conn
->
event_cb
=
event_cb
;
tlsv1_client.c:902
tlsv1_client_set_cb()
if
(
!
conn
->
event_cb
)
tlsv1_client_read.c:292
tls_peer_cert_event()
conn
->
event_cb
(
conn
->
cb_ctx
,
TLS_PEER_CERTIFICATE
,
&
ev
)
;
tlsv1_client_read.c:326
tls_peer_cert_event()
if
(
conn
->
event_cb
)
{
tlsv1_client_read.c:530
tls_process_certificate()
conn
->
event_cb
(
conn
->
cb_ctx
,
tlsv1_client_read.c:538
tls_process_certificate()
if
(
conn
->
event_cb
)
{
tlsv1_client_read.c:549
tls_process_certificate()
conn
->
event_cb
(
conn
->
cb_ctx
,
TLS_CERT_CHAIN_FAILURE
,
tlsv1_client_read.c:562
tls_process_certificate()
Call Tree
from
examples
tlsv1_client::event_cb
is called by 2 functions:
tls_peer_cert_event()
tls_process_certificate()
All items filtered out
tlsv1_client::event_cb
All items filtered out
Data Use
from
examples
tlsv1_client::event_cb
is written by 1 function and is read by 2 functions:
tlsv1_client_set_cb()
All items filtered out
tlsv1_client::event_cb
tls_peer_cert_event()
tls_process_certificate()
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