ESP-IDF
const_time_eq()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
const_time_eq()
const_time_eq() function
Syntax
Show:
Summary
Declaration
from
const_time.h:48
static
inline
unsigned
int
const_time_eq
(
unsigned
int
a
,
unsigned
int
b
)
;
Arguments
Argument
Declared as
a
unsigned
int
b
unsigned
int
Examples
References
from
examples
Code
Location
Referrer
static
inline
unsigned
int
const_time_eq
(
unsigned
int
a
,
unsigned
int
b
)
const_time.h:48
return
(
u8
)
const_time_eq
(
a
,
b
)
;
const_time.h:57
const_time_eq_u8()
mask
=
const_time_eq
(
res
,
check
)
;
dragonfly.c:172
dragonfly_is_quadratic_residue_blind()
is_eq
=
const_time_eq
(
pwd_seed_odd
,
x_y
[
prime_len
-
1
]
&
0x01
)
;
sae.c:412
sae_derive_pwe_ecc()
m_is_zero
=
const_time_eq
(
crypto_bignum_is_zero
(
t1
)
,
1
)
;
sae.c:642
sswu()
is_qr
=
const_time_eq
(
crypto_bignum_is_zero
(
tmp
)
|
sae.c:704
sswu()
is_eq
=
const_time_eq
(
bin1
[
prime_len
-
1
]
&
0x01
,
sae.c:734
sswu()
Call Tree
from
examples
const_time_eq()
is called by 4 functions and calls 1 function:
const_time_eq_u8()
sae_derive_pwe_ecc()
sswu()
dragonfly_is_quadratic_residue_blind()
All items filtered out
const_time_eq()
const_time_is_zero()
All items filtered out
Data Use
from
examples
const_time_eq()
:
All items filtered out
const_time_eq()
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