netxduo
NX_CRYPTO_CBC_STRUCT::nx_crypto_cbc_last_block
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_CBC_STRUCT::nx_crypto_cbc_last_block
NX_CRYPTO_CBC_STRUCT::nx_crypto_cbc_last_block field
Syntax
Show:
Summary
Declaration
from
nx_crypto_cbc.h:73
UCHAR
nx_crypto_cbc_last_block
[
NX_CRYPTO_CBC_MAX_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_cbc_last_block
[
NX_CRYPTO_CBC_MAX_BLOCK_SIZE
]
;
nx_crypto_cbc.h:73
if
(
block_size
>
sizeof
(
cbc_metadata
->
nx_crypto_cbc_last_block
)
)
nx_crypto_cbc.c:147
_nx_crypto_cbc_encrypt()
last_cipher
=
cbc_metadata
->
nx_crypto_cbc_last_block
;
nx_crypto_cbc.c:153
_nx_crypto_cbc_encrypt()
NX_CRYPTO_MEMCPY
(
cbc_metadata
->
nx_crypto_cbc_last_block
,
last_cipher
,
block_size
)
;
/* Use case of memcpy is verified. */
nx_crypto_cbc.c:171
_nx_crypto_cbc_encrypt()
if
(
block_size
>
sizeof
(
cbc_metadata
->
nx_crypto_cbc_last_block
)
)
nx_crypto_cbc.c:249
_nx_crypto_cbc_decrypt()
last_cipher
=
cbc_metadata
->
nx_crypto_cbc_last_block
;
nx_crypto_cbc.c:254
_nx_crypto_cbc_decrypt()
if
(
iv_len
>
sizeof
(
cbc_metadata
->
nx_crypto_cbc_last_block
)
)
nx_crypto_cbc.c:327
_nx_crypto_cbc_encrypt_init()
NX_CRYPTO_MEMCPY
(
cbc_metadata
->
nx_crypto_cbc_last_block
,
iv
,
iv_len
)
;
/* Use case of memcpy is verified. */
nx_crypto_cbc.c:333
_nx_crypto_cbc_encrypt_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_CBC_STRUCT::nx_crypto_cbc_last_block
is read by 3 functions:
All items filtered out
NX_CRYPTO_CBC_STRUCT::nx_crypto_cbc_last_block
_nx_crypto_cbc_encrypt()
_nx_crypto_cbc_decrypt()
_nx_crypto_cbc_encrypt_init()
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