ESP-IDF
eap_peap_data::key_data
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
eap_peap_data::key_data
eap_peap_data::key_data field
Syntax
Show:
Summary
Declaration
from
eap_peap.c:57
u8
*
key_data
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
key_data
;
eap_peap.c:57
if
(
data
->
key_data
)
{
eap_peap.c:76
eap_peap_free_key()
bin_clear_free
(
data
->
key_data
,
EAP_TLS_KEY_LEN
+
EAP_EMSK_LEN
)
;
eap_peap.c:77
eap_peap_free_key()
data
->
key_data
=
NULL
;
eap_peap.c:78
eap_peap_free_key()
tk
=
data
->
key_data
;
eap_peap.c:287
eap_peap_derive_cmk()
data
->
key_data
=
eap_peap.c:1222
eap_peap_process()
if
(
data
->
key_data
)
{
eap_peap.c:1227
eap_peap_process()
return
data
->
key_data
!=
NULL
&&
data
->
phase2_success
;
eap_peap.c:1377
eap_peap_isKeyAvailable()
if
(
data
->
key_data
==
NULL
||
!
data
->
phase2_success
)
eap_peap.c:1387
eap_peap_getKey()
os_memcpy
(
key
,
data
->
key_data
,
EAP_TLS_KEY_LEN
)
;
eap_peap.c:1414
eap_peap_getKey()
if
(
!
data
->
key_data
||
!
data
->
phase2_success
)
eap_peap.c:1425
eap_peap_get_emsk()
key
=
os_memdup
(
data
->
key_data
+
EAP_TLS_KEY_LEN
,
EAP_EMSK_LEN
)
;
eap_peap.c:1433
eap_peap_get_emsk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_peap_data::key_data
is written by 2 functions and is read by 6 functions:
eap_peap_free_key()
eap_peap_process()
All items filtered out
eap_peap_data::key_data
eap_peap_free_key()
eap_peap_derive_cmk()
eap_peap_process()
eap_peap_isKeyAvailable()
eap_peap_getKey()
eap_peap_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