ESP-IDF
sae_temporary_data::fingerprint_bits
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
sae_temporary_data::fingerprint_bits
sae_temporary_data::fingerprint_bits field
Syntax
Show:
Summary
Declaration
from
sae.h:77
size_t
fingerprint_bits
;
Examples
References
from
examples
Code
Location
Referrer
size_t
fingerprint_bits
;
sae.h:77
tmp
->
fingerprint_bytes
=
tmp
->
fingerprint_bits
=
0
;
sae_pk.c:395
sae_pk_set_password()
tmp
->
fingerprint_bits
=
8
*
tmp
->
sec
+
19
*
tmp
->
lambda
/
4
-
5
;
sae_pk.c:409
sae_pk_set_password()
bits
=
tmp
->
fingerprint_bits
-
8
*
tmp
->
sec
;
sae_pk.c:416
sae_pk_set_password()
if
(
tmp
->
fingerprint_bits
>
hash_len
*
8
)
{
sae_pk.c:582
sae_pk_valid_fingerprint()
if
(
tmp
->
fingerprint_bits
%
8
)
{
sae_pk.c:587
sae_pk_valid_fingerprint()
extra
=
8
-
tmp
->
fingerprint_bits
%
8
;
sae_pk.c:591
sae_pk_valid_fingerprint()
pos
=
&
hash
[
tmp
->
fingerprint_bits
/
8
]
;
sae_pk.c:592
sae_pk_valid_fingerprint()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::fingerprint_bits
is written by 1 function and is read by 2 functions:
sae_pk_set_password()
All items filtered out
sae_temporary_data::fingerprint_bits
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