netxduo
_nx_crypto_ctr_encrypt()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_ctr_encrypt()
_nx_crypto_ctr_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_ctr.h:75
UINT
_nx_crypto_ctr_encrypt
(
VOID
*
crypto_metadata
,
NX_CRYPTO_CTR
*
ctr_metadata
,
UINT
(
*
crypto_function
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
,
UINT
block_size
)
;
Implemented in
nx_crypto_ctr.c:210
Arguments
Argument
crypto_metadata
ctr_metadata
crypto_function
input
output
length
block_size
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_ctr_encrypt
(
VOID
*
crypto_metadata
,
NX_CRYPTO_CTR
*
ctr_metadata
,
nx_crypto_ctr.c:210
NX_CRYPTO_KEEP
UINT
_nx_crypto_ctr_encrypt
(
VOID
*
crypto_metadata
,
NX_CRYPTO_CTR
*
ctr_metadata
,
nx_crypto_ctr.h:75
status
=
_nx_crypto_ctr_encrypt
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ctr
)
,
nx_crypto_aes.c:2865
_nx_crypto_method_aes_ctr_operation()
status
=
_nx_crypto_ctr_encrypt
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ctr
)
,
nx_crypto_aes.c:2884
_nx_crypto_method_aes_ctr_operation()
Call Tree
from
examples
_nx_crypto_ctr_encrypt()
is called by 1 function and calls 4 functions:
_nx_crypto_method_aes_ctr_operation()
All items filtered out
_nx_crypto_ctr_encrypt()
_nx_crypto_memcpy_ptr
_nx_crypto_ctr_encrypt()::crypto_function
_nx_crypto_ctr_xor()
_nx_crypto_ctr_add_one()
All items filtered out
Data Use
from
examples
_nx_crypto_ctr_encrypt()
reads 1 variable:
NX_CRYPTO_CTR_STRUCT::nx_crypto_ctr_counter_block
All items filtered out
_nx_crypto_ctr_encrypt()
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