mbedTLS
MBEDTLS_CT_FALSE
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_CT_FALSE
MBEDTLS_CT_FALSE macro
Syntax
Show:
Summary
Declaration
from
constant_time_internal.h:86
#define
MBEDTLS_CT_FALSE
(
(
mbedtls_ct_condition_t
)
mbedtls_ct_compiler_opaque
(
0
)
)
Examples
References
from
examples
Code
Location
#define
MBEDTLS_CT_FALSE
(
(
mbedtls_ct_condition_t
)
mbedtls_ct_compiler_opaque
(
0
)
)
constant_time_internal.h:86
mbedtls_ct_condition_t
msll_mask
=
MBEDTLS_CT_FALSE
;
bignum_core.c:122
mbedtls_ct_condition_t
ret
=
MBEDTLS_CT_FALSE
,
cond
=
MBEDTLS_CT_FALSE
,
done
=
MBEDTLS_CT_FALSE
;
bignum_core.c:136
mbedtls_ct_condition_t
ge_lower
=
MBEDTLS_CT_TRUE
,
lt_upper
=
MBEDTLS_CT_FALSE
;
bignum_core.c:644
}
while
(
mbedtls_ct_bool_and
(
ge_lower
,
lt_upper
)
==
MBEDTLS_CT_FALSE
)
;
bignum_core.c:689
mbedtls_ct_condition_t
done
=
MBEDTLS_CT_FALSE
,
prev_done
;
cipher.c:978
pad_done
=
MBEDTLS_CT_FALSE
;
rsa.c:482
if
(
bad
!=
MBEDTLS_CT_FALSE
)
{
rsa.c:2015
correct
=
MBEDTLS_CT_FALSE
;
ssl_msg.c:2073
if
(
correct
==
MBEDTLS_CT_FALSE
)
{
ssl_msg.c:2088
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