ESP-IDF
sae_temporary_data::fingerprint
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_temporary_data::fingerprint
sae_temporary_data::fingerprint field
Syntax
Show:
Summary
Declaration
from
sae.h:75
u8
fingerprint
[
SAE_MAX_HASH_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
fingerprint
[
SAE_MAX_HASH_LEN
]
;
sae.h:75
os_memset
(
tmp
->
fingerprint
,
0
,
sizeof
(
tmp
->
fingerprint
)
)
;
sae_pk.c:394
sae_pk_set_password()
pos
=
&
tmp
->
fingerprint
[
tmp
->
sec
]
;
sae_pk.c:415
sae_pk_set_password()
tmp
->
fingerprint_bytes
=
pos
-
tmp
->
fingerprint
;
sae_pk.c:439
sae_pk_set_password()
res
=
os_memcmp_const
(
hash
,
tmp
->
fingerprint
,
tmp
->
fingerprint_bytes
)
;
sae_pk.c:597
sae_pk_valid_fingerprint()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::fingerprint
is read by 2 functions:
All items filtered out
sae_temporary_data::fingerprint
sae_pk_set_password()
sae_pk_valid_fingerprint()
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