netxduo
sb5
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
sb5
sb5 variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_des.c:81
static
const
ULONG
sb5
[
64
]
=
{
0x00000100UL
,
0x02080100UL
,
0x02080000UL
,
0x42000100UL
,
0x00080000UL
,
0x00000100UL
,
0x40000000UL
,
0x02080000UL
,
0x40080100UL
,
0x00080000UL
,
0x02000100UL
,
0x40080100UL
,
0x42000100UL
,
0x42080000UL
,
0x00080100UL
,
0x40000000UL
,
0x02000000UL
,
0x40080000UL
,
0x40080000UL
,
0x00000000UL
,
0x40000100UL
,
0x42080100UL
,
0x42080100UL
,
0x02000100UL
,
0x42080000UL
,
0x40000100UL
,
0x00000000UL
,
0x42000000UL
,
0x02080100UL
,
0x02000000UL
,
0x42000000UL
,
0x00080100UL
,
0x00080000UL
,
0x42000100UL
,
0x00000100UL
,
0x02000000UL
,
0x40000000UL
,
0x02080000UL
,
0x42000100UL
,
0x40080100UL
,
0x02000100UL
,
0x40000000UL
,
0x42080000UL
,
0x02080100UL
,
0x40080100UL
,
0x00000100UL
,
0x02000000UL
,
0x42080000UL
,
0x42080100UL
,
0x00080100UL
,
0x42000000UL
,
0x42080100UL
,
0x02080000UL
,
0x00000000UL
,
0x40080000UL
,
0x42000000UL
,
0x00080100UL
,
0x02000100UL
,
0x40000100UL
,
0x00080000UL
,
0x00000000UL
,
0x40080000UL
,
0x02080100UL
,
0x40000100UL
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
ULONG
sb5
[
64
]
=
nx_crypto_des.c:81
left
=
left
^
sb7
[
temp
&
0x3F
]
^
sb5
[
(
temp
>
>
8
)
&
0x3F
]
^
sb3
[
(
temp
>
>
16
)
&
0x3F
]
^
sb1
[
(
temp
>
>
24
)
&
0x3F
]
;
nx_crypto_des.c:519
_nx_crypto_des_process_block()
right
=
right
^
sb7
[
temp
&
0x3F
]
^
sb5
[
(
temp
>
>
8
)
&
0x3F
]
^
sb3
[
(
temp
>
>
16
)
&
0x3F
]
^
sb1
[
(
temp
>
>
24
)
&
0x3F
]
;
nx_crypto_des.c:526
_nx_crypto_des_process_block()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sb5
is read by 1 function:
All items filtered out
sb5
_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