netxduo
sb2
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (6/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
sb2
sb2 variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_des.c:42
static
const
ULONG
sb2
[
64
]
=
{
0x80108020UL
,
0x80008000UL
,
0x00008000UL
,
0x00108020UL
,
0x00100000UL
,
0x00000020UL
,
0x80100020UL
,
0x80008020UL
,
0x80000020UL
,
0x80108020UL
,
0x80108000UL
,
0x80000000UL
,
0x80008000UL
,
0x00100000UL
,
0x00000020UL
,
0x80100020UL
,
0x00108000UL
,
0x00100020UL
,
0x80008020UL
,
0x00000000UL
,
0x80000000UL
,
0x00008000UL
,
0x00108020UL
,
0x80100000UL
,
0x00100020UL
,
0x80000020UL
,
0x00000000UL
,
0x00108000UL
,
0x00008020UL
,
0x80108000UL
,
0x80100000UL
,
0x00008020UL
,
0x00000000UL
,
0x00108020UL
,
0x80100020UL
,
0x00100000UL
,
0x80008020UL
,
0x80100000UL
,
0x80108000UL
,
0x00008000UL
,
0x80100000UL
,
0x80008000UL
,
0x00000020UL
,
0x80108020UL
,
0x00108020UL
,
0x00000020UL
,
0x00008000UL
,
0x80000000UL
,
0x00008020UL
,
0x80108000UL
,
0x00100000UL
,
0x80000020UL
,
0x00100020UL
,
0x80008020UL
,
0x80000020UL
,
0x00100020UL
,
0x00108000UL
,
0x00000000UL
,
0x80008000UL
,
0x00008020UL
,
0x80000000UL
,
0x80100020UL
,
0x80108020UL
,
0x00108000UL
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
ULONG
sb2
[
64
]
=
nx_crypto_des.c:42
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
sb2
is read by 1 function:
All items filtered out
sb2
_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