ESP-IDF
eap_ttls_data::key_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_ttls_data::key_data
eap_ttls_data::key_data field
Syntax
Show:
Summary
Declaration
from
eap_ttls.c:57
u8
*
key_data
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
key_data
;
eap_ttls.c:57
if
(
data
->
key_data
)
{
eap_ttls.c:132
eap_ttls_free_key()
bin_clear_free
(
data
->
key_data
,
EAP_TLS_KEY_LEN
)
;
eap_ttls.c:133
eap_ttls_free_key()
data
->
key_data
=
NULL
;
eap_ttls.c:134
eap_ttls_free_key()
data
->
key_data
=
eap_peer_tls_derive_key
(
sm
,
&
data
->
ssl
,
label
,
eap_ttls.c:234
eap_ttls_v0_derive_key()
if
(
!
data
->
key_data
)
{
eap_ttls.c:238
eap_ttls_v0_derive_key()
return
data
->
key_data
!=
NULL
&&
data
->
phase2_success
;
eap_ttls.c:1731
eap_ttls_isKeyAvailable()
if
(
data
->
key_data
==
NULL
||
!
data
->
phase2_success
)
eap_ttls.c:1740
eap_ttls_getKey()
os_memcpy
(
key
,
data
->
key_data
,
EAP_TLS_KEY_LEN
)
;
eap_ttls.c:1748
eap_ttls_getKey()
if
(
data
->
key_data
==
NULL
)
eap_ttls.c:1778
eap_ttls_get_emsk()
os_memcpy
(
key
,
data
->
key_data
+
EAP_TLS_KEY_LEN
,
EAP_EMSK_LEN
)
;
eap_ttls.c:1786
eap_ttls_get_emsk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_ttls_data::key_data
is written by 2 functions and is read by 5 functions:
eap_ttls_free_key()
eap_ttls_v0_derive_key()
All items filtered out
eap_ttls_data::key_data
eap_ttls_free_key()
eap_ttls_v0_derive_key()
eap_ttls_isKeyAvailable()
eap_ttls_getKey()
eap_ttls_get_emsk()
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