mbedTLS
ARIA_P2
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_P2
ARIA_P2 macro
Syntax
Show:
Summary
Declaration
from
aria.c:77
#define
ARIA_P2
(
x
)
(
(
(
x
)
>
>
16
)
^
(
(
x
)
<
<
16
)
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
ARIA_P2
(
x
)
(
(
(
x
)
>
>
16
)
^
(
(
x
)
<
<
16
)
)
aria.c:77
*
a
=
ARIA_P2
(
ta
)
;
// 6745
aria.c:115
tb
=
ARIA_P2
(
*
d
)
;
// efcd
aria.c:116
tc
=
ARIA_P2
(
*
b
)
;
// 2301
aria.c:120
tb
^=
ARIA_P2
(
*
d
)
;
// ba98+efcd
aria.c:122
tb
=
ARIA_P2
(
tb
)
^
ta
;
// 2301+5476+89ab+98ba+cdef+fedc
aria.c:125
ta
=
ARIA_P2
(
ta
)
;
// 0123+7654+ab89+dcfe
aria.c:127
tc
=
ARIA_P2
(
tc
)
;
// 0123+5476
aria.c:129
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