ESP-IDF
EAP_FAST_PAC_KEY_LEN
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_FAST_PAC_KEY_LEN
EAP_FAST_PAC_KEY_LEN macro
Syntax
Show:
Summary
Declaration
from
eap_fast_common.h:53
#define
EAP_FAST_PAC_KEY_LEN
32
Examples
References
from
examples
Code
Location
#define
EAP_FAST_PAC_KEY_LEN
32
eap_fast_common.h:53
if
(
len
!=
EAP_FAST_PAC_KEY_LEN
)
{
eap_fast.c:836
sha1_t_prf
(
pac_key
,
EAP_FAST_PAC_KEY_LEN
,
eap_fast_common.c:87
os_memcpy
(
pac
->
pac_key
,
entry
->
pac_key
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:158
if
(
key
==
NULL
||
key_len
!=
EAP_FAST_PAC_KEY_LEN
)
{
eap_fast_pac.c:351
os_memcpy
(
pac
->
pac_key
,
key
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:356
pac
->
pac_key
,
EAP_FAST_PAC_KEY_LEN
,
0
)
;
eap_fast_pac.c:590
if
(
end
-
pos
<
2
+
EAP_FAST_PAC_KEY_LEN
+
2
+
2
)
{
eap_fast_pac.c:808
os_memcpy
(
pac
->
pac_key
,
pos
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:819
pos
+=
EAP_FAST_PAC_KEY_LEN
;
eap_fast_pac.c:820
len
+=
2
+
EAP_FAST_PAC_KEY_LEN
+
2
+
pac
->
pac_opaque_len
+
eap_fast_pac.c:890
os_memcpy
(
pos
,
pac
->
pac_key
,
EAP_FAST_PAC_KEY_LEN
)
;
eap_fast_pac.c:909
pos
+=
EAP_FAST_PAC_KEY_LEN
;
eap_fast_pac.c:910
u8
pac_key
[
EAP_FAST_PAC_KEY_LEN
]
;
eap_fast_pac.h:17
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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