mbedTLS
SUB
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
SUB
SUB macro
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:4948
#define
SUB
(
j
)
sub32
(
&
cur
,
A
(
j
)
,
&
c
)
;
Arguments
Argument
j
Examples
References
from
examples
Code
Location
#define
SUB
(
j
)
sub32
(
&
cur
,
A
(
j
)
,
&
c
)
;
ecp_curves.c:4948
SUB
(
7
)
;
SUB
(
11
)
;
NEXT
;
// A0 += -A7 - A11
ecp_curves.c:5019
SUB
(
8
)
;
SUB
(
12
)
;
NEXT
;
// A1 += -A8 - A12
ecp_curves.c:5020
SUB
(
9
)
;
SUB
(
13
)
;
NEXT
;
// A2 += -A9 - A13
ecp_curves.c:5021
SUB
(
10
)
;
ADD
(
7
)
;
ADD
(
11
)
;
NEXT
;
// A3 += -A10 + A7 + A11
ecp_curves.c:5022
SUB
(
11
)
;
ADD
(
8
)
;
ADD
(
12
)
;
NEXT
;
// A4 += -A11 + A8 + A12
ecp_curves.c:5023
SUB
(
12
)
;
ADD
(
9
)
;
ADD
(
13
)
;
NEXT
;
// A5 += -A12 + A9 + A13
ecp_curves.c:5024
SUB
(
13
)
;
ADD
(
10
)
;
LAST
;
// A6 += -A13 + A10
ecp_curves.c:5025
SUB
(
11
)
;
SUB
(
12
)
;
SUB
(
13
)
;
SUB
(
14
)
;
NEXT
;
// A0
ecp_curves.c:5041
SUB
(
12
)
;
SUB
(
13
)
;
SUB
(
14
)
;
SUB
(
15
)
;
NEXT
;
// A1
ecp_curves.c:5044
SUB
(
13
)
;
SUB
(
14
)
;
SUB
(
15
)
;
NEXT
;
// A2
ecp_curves.c:5047
SUB
(
15
)
;
SUB
(
8
)
;
SUB
(
9
)
;
NEXT
;
// A3
ecp_curves.c:5050
SUB
(
9
)
;
SUB
(
10
)
;
NEXT
;
// A4
ecp_curves.c:5053
SUB
(
10
)
;
SUB
(
11
)
;
NEXT
;
// A5
ecp_curves.c:5056
SUB
(
8
)
;
SUB
(
9
)
;
NEXT
;
// A6
ecp_curves.c:5059
SUB
(
10
)
;
SUB
(
11
)
;
SUB
(
12
)
;
SUB
(
13
)
;
LAST
;
// A7
ecp_curves.c:5062
SUB
(
23
)
;
NEXT
;
// A0
ecp_curves.c:5078
SUB
(
12
)
;
SUB
(
20
)
;
NEXT
;
// A2
ecp_curves.c:5081
SUB
(
13
)
;
SUB
(
21
)
;
NEXT
;
// A2
ecp_curves.c:5084
SUB
(
14
)
;
SUB
(
22
)
;
SUB
(
23
)
;
NEXT
;
// A3
ecp_curves.c:5087
SUB
(
15
)
;
SUB
(
23
)
;
SUB
(
23
)
;
NEXT
;
// A4
ecp_curves.c:5090
SUB
(
16
)
;
NEXT
;
// A5
ecp_curves.c:5093
SUB
(
17
)
;
NEXT
;
// A6
ecp_curves.c:5096
SUB
(
18
)
;
NEXT
;
// A7
ecp_curves.c:5099
SUB
(
19
)
;
NEXT
;
// A8
ecp_curves.c:5102
SUB
(
20
)
;
NEXT
;
// A9
ecp_curves.c:5105
SUB
(
21
)
;
NEXT
;
// A10
ecp_curves.c:5108
SUB
(
22
)
;
LAST
;
// A11
ecp_curves.c:5111
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