netxduo
NX_CRYPTO_MEMMOVE
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
NX_CRYPTO_MEMMOVE
NX_CRYPTO_MEMMOVE macro
Syntax
Show:
Summary
Declaration
from
nx_crypto.h:150
#define
NX_CRYPTO_MEMMOVE
memmove
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_MEMMOVE
memmove
nx_crypto.h:150
NX_CRYPTO_MEMMOVE
(
(
UCHAR
*
)
data
+
(
48
-
size
)
,
data
,
size
)
;
/* Use case of memmove is verified. */
nx_crypto_ec.c:1213
NX_CRYPTO_MEMMOVE
(
(
UCHAR
*
)
data
+
(
56
-
size
)
,
data
,
size
)
;
/* Use case of memmove is verified. */
nx_crypto_ec.c:1350
NX_CRYPTO_MEMMOVE
(
(
UCHAR
*
)
data
+
(
64
-
size
)
,
data
,
size
)
;
/* Use case of memmove is verified. */
nx_crypto_ec.c:1494
NX_CRYPTO_MEMMOVE
(
(
UCHAR
*
)
data
+
(
96
-
size
)
,
data
,
size
)
;
/* Use case of memmove is verified. */
nx_crypto_ec.c:1659
NX_CRYPTO_MEMMOVE
(
data
+
(
132
-
size
)
,
data
,
size
)
;
/* Use case of memmove is verified. */
nx_crypto_ec.c:1831
NX_CRYPTO_MEMMOVE
(
&
signature
[
2
+
pad_zero_r
]
,
signature_r
,
r_size
)
;
/* Use case of memmove is verified. */
nx_crypto_ecdsa.c:245
NX_CRYPTO_MEMMOVE
(
&
signature
[
2
+
pad_zero_s
]
,
signature_s
,
s_size
)
;
/* Use case of memmove is verified. */
nx_crypto_ecdsa.c:255
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