netxduo
sb6
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (2/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
sb6
sb6 variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_des.c:94
static
const
ULONG
sb6
[
64
]
=
{
0x20000010UL
,
0x20400000UL
,
0x00004000UL
,
0x20404010UL
,
0x20400000UL
,
0x00000010UL
,
0x20404010UL
,
0x00400000UL
,
0x20004000UL
,
0x00404010UL
,
0x00400000UL
,
0x20000010UL
,
0x00400010UL
,
0x20004000UL
,
0x20000000UL
,
0x00004010UL
,
0x00000000UL
,
0x00400010UL
,
0x20004010UL
,
0x00004000UL
,
0x00404000UL
,
0x20004010UL
,
0x00000010UL
,
0x20400010UL
,
0x20400010UL
,
0x00000000UL
,
0x00404010UL
,
0x20404000UL
,
0x00004010UL
,
0x00404000UL
,
0x20404000UL
,
0x20000000UL
,
0x20004000UL
,
0x00000010UL
,
0x20400010UL
,
0x00404000UL
,
0x20404010UL
,
0x00400000UL
,
0x00004010UL
,
0x20000010UL
,
0x00400000UL
,
0x20004000UL
,
0x20000000UL
,
0x00004010UL
,
0x20000010UL
,
0x20404010UL
,
0x00404000UL
,
0x20400000UL
,
0x00404010UL
,
0x20404000UL
,
0x00000000UL
,
0x20400010UL
,
0x00000010UL
,
0x00004000UL
,
0x20400000UL
,
0x00404010UL
,
0x00004000UL
,
0x00400010UL
,
0x20004010UL
,
0x00000000UL
,
0x20404000UL
,
0x20000000UL
,
0x00400010UL
,
0x20004010UL
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
ULONG
sb6
[
64
]
=
nx_crypto_des.c:94
left
=
left
^
sb8
[
temp
&
0x3F
]
^
sb6
[
(
temp
>
>
8
)
&
0x3F
]
^
sb4
[
(
temp
>
>
16
)
&
0x3F
]
^
sb2
[
(
temp
>
>
24
)
&
0x3F
]
;
nx_crypto_des.c:516
_nx_crypto_des_process_block()
right
=
right
^
sb8
[
temp
&
0x3F
]
^
sb6
[
(
temp
>
>
8
)
&
0x3F
]
^
sb4
[
(
temp
>
>
16
)
&
0x3F
]
^
sb2
[
(
temp
>
>
24
)
&
0x3F
]
;
nx_crypto_des.c:523
_nx_crypto_des_process_block()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sb6
is read by 1 function:
All items filtered out
sb6
_nx_crypto_des_process_block()
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