ESP-IDF
eap_fast_data::key_block_p
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_fast_data::key_block_p
eap_fast_data::key_block_p field
Syntax
Show:
Summary
Declaration
from
eap_fast.c:45
struct
eap_fast_key_block_provisioning
*
key_block_p
;
Examples
References
from
examples
Code
Location
Referrer
struct
eap_fast_key_block_provisioning
*
key_block_p
;
eap_fast.c:45
os_free
(
data
->
key_block_p
)
;
eap_fast.c:239
eap_fast_deinit()
os_free
(
data
->
key_block_p
)
;
eap_fast.c:302
eap_fast_derive_key_provisioning()
data
->
key_block_p
=
(
struct
eap_fast_key_block_provisioning
*
)
eap_fast.c:303
eap_fast_derive_key_provisioning()
sizeof
(
*
data
->
key_block_p
)
)
;
eap_fast.c:305
eap_fast_derive_key_provisioning()
if
(
data
->
key_block_p
==
NULL
)
{
eap_fast.c:306
eap_fast_derive_key_provisioning()
os_memcpy
(
data
->
simck
,
data
->
key_block_p
->
session_key_seed
,
eap_fast.c:319
eap_fast_derive_key_provisioning()
if
(
data
->
key_block_p
)
{
eap_fast.c:352
eap_fast_init_phase2_method()
sm
->
auth_challenge
=
data
->
key_block_p
->
server_challenge
;
eap_fast.c:353
eap_fast_init_phase2_method()
sm
->
peer_challenge
=
data
->
key_block_p
->
client_challenge
;
eap_fast.c:354
eap_fast_init_phase2_method()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_fast_data::key_block_p
is written by 1 function and is read by 3 functions:
eap_fast_derive_key_provisioning()
All items filtered out
eap_fast_data::key_block_p
eap_fast_deinit()
eap_fast_derive_key_provisioning()
eap_fast_init_phase2_method()
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