ESP-IDF
eap_peap_data::ssl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_peap_data::ssl
eap_peap_data::ssl field
Syntax
Show:
Summary
Declaration
from
eap_peap.c:33
struct
eap_ssl_data
ssl
;
Examples
References
from
examples
Code
Location
Referrer
struct
eap_ssl_data
ssl
;
eap_peap.c:33
if
(
eap_peer_tls_ssl_init
(
sm
,
&
data
->
ssl
,
config
,
EAP_TYPE_PEAP
)
)
{
eap_peap.c:190
eap_peap_init()
eap_peer_tls_ssl_deinit
(
sm
,
&
data
->
ssl
)
;
eap_peap.c:209
eap_peap_deinit()
tls_connection_resumed
(
sm
->
ssl_ctx
,
data
->
ssl
.
conn
)
)
{
eap_peap.c:293
eap_peap_derive_cmk()
!
tls_connection_resumed
(
sm
->
ssl_ctx
,
data
->
ssl
.
conn
)
&&
eap_peap.c:483
peap_phase2_sufficient()
!
data
->
ssl
.
client_cert_conf
)
||
eap_peap.c:484
peap_phase2_sufficient()
eap_peer_tls_reset_input
(
&
data
->
ssl
)
;
eap_peap.c:835
eap_peap_decrypt()
return
eap_peer_tls_encrypt
(
sm
,
&
data
->
ssl
,
EAP_TYPE_PEAP
,
eap_peap.c:856
eap_peap_decrypt()
res
=
eap_peer_tls_decrypt
(
sm
,
&
data
->
ssl
,
in_data
,
&
in_decrypted
)
;
eap_peap.c:861
eap_peap_decrypt()
if
(
eap_peer_tls_encrypt
(
sm
,
&
data
->
ssl
,
EAP_TYPE_PEAP
,
eap_peap.c:1080
eap_peap_decrypt()
pos
=
eap_peer_tls_process_init
(
sm
,
&
data
->
ssl
,
EAP_TYPE_PEAP
,
ret
,
eap_peap.c:1105
eap_peap_process()
if
(
tls_connection_established
(
sm
->
ssl_ctx
,
data
->
ssl
.
conn
)
&&
eap_peap.c:1135
eap_peap_process()
res
=
eap_peer_tls_process_helper
(
sm
,
&
data
->
ssl
,
eap_peap.c:1169
eap_peap_process()
if
(
tls_connection_established
(
sm
->
ssl_ctx
,
data
->
ssl
.
conn
)
)
{
eap_peap.c:1192
eap_peap_process()
if
(
data
->
ssl
.
tls_v13
)
{
eap_peap.c:1211
eap_peap_process()
eap_peer_tls_derive_key
(
sm
,
&
data
->
ssl
,
label
,
eap_peap.c:1223
eap_peap_process()
eap_peer_tls_derive_session_id
(
sm
,
&
data
->
ssl
,
eap_peap.c:1244
eap_peap_process()
return
tls_connection_established
(
sm
->
ssl_ctx
,
data
->
ssl
.
conn
)
&&
eap_peap.c:1311
eap_peap_has_reauth_data()
if
(
eap_peer_tls_reauth_init
(
sm
,
&
data
->
ssl
)
)
{
eap_peap.c:1335
eap_peap_init_for_reauth()
len
=
eap_peer_tls_status
(
sm
,
&
data
->
ssl
,
buf
,
buflen
,
verbose
)
;
eap_peap.c:1359
eap_peap_get_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_peap_data::ssl
is read by 4 functions:
All items filtered out
eap_peap_data::ssl
eap_peap_derive_cmk()
peap_phase2_sufficient()
eap_peap_process()
eap_peap_has_reauth_data()
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