mbedTLS
ARIA_P1
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
ARIA_P1
ARIA_P1 macro
Syntax
Show:
Summary
Declaration
from
aria.c:67
#define
ARIA_P1
(
x
)
(
(
(
(
x
)
>
>
8
)
&
0x00FF00FF
)
^
(
(
(
x
)
&
0x00FF00FF
)
<
<
8
)
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
ARIA_P1
(
x
)
(
(
(
(
x
)
>
>
8
)
&
0x00FF00FF
)
^
(
(
(
x
)
&
0x00FF00FF
)
<
<
8
)
)
aria.c:67
*
d
=
ARIA_P1
(
*
c
)
;
// 98ba
aria.c:117
*
c
=
ARIA_P1
(
tb
)
;
// fedc
aria.c:118
ta
=
ARIA_P1
(
ta
)
^
tc
^
*
c
;
// 2301+5476+89ab+fedc
aria.c:121
tc
^=
ARIA_P1
(
*
a
)
;
// 2301+7654
aria.c:123
*
a
^=
ARIA_P1
(
tb
)
;
// 3210+4567+6745+89ab+98ba+dcfe+efcd OUT
aria.c:126
*
d
^=
ARIA_P1
(
ta
)
^
tc
;
// 1032+2301+6745+7654+98ba+ba98+cdef OUT
aria.c:128
*
c
^=
ARIA_P1
(
tc
)
^
ta
;
// 0123+1032+4567+7654+ab89+dcfe+fedc OUT
aria.c:130
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