mbedTLS
MBEDTLS_ECP_BUDGET
is only used within mbedTLS.
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
mbedTLS
MBEDTLS_ECP_BUDGET
MBEDTLS_ECP_BUDGET macro
Syntax
Show:
Summary
Declaration
from
ecp.h:413
#define
MBEDTLS_ECP_BUDGET
(
ops
)
Arguments
Argument
ops
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ECP_BUDGET
(
ops
)
/* no-op; for compatibility */
ecp.h:413
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_DBL
)
;
ecp.c:1910
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_INV
+
6
*
j
-
2
)
;
ecp.c:1941
MBEDTLS_ECP_BUDGET
(
(
T_size
-
1
)
*
MBEDTLS_ECP_OPS_ADD
)
;
ecp.c:1956
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_INV
+
6
*
j
-
2
)
;
ecp.c:1981
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_DBL
+
MBEDTLS_ECP_OPS_ADD
)
;
ecp.c:2088
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_CHK
)
;
ecp.c:2673
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_ADD
)
;
ecp.c:2885
MBEDTLS_ECP_BUDGET
(
MBEDTLS_ECP_OPS_INV
)
;
ecp.c:2894
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