netxduo
_nx_crypto_ctr_encrypt_init()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_ctr_encrypt_init()
_nx_crypto_ctr_encrypt_init() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_ctr.h:78
UINT
_nx_crypto_ctr_encrypt_init
(
NX_CRYPTO_CTR
*
ctr_metadata
,
UCHAR
*
iv
,
UINT
iv_len
,
UCHAR
*
nonce
,
UINT
nonce_len
)
;
Implemented in
nx_crypto_ctr.c:294
Arguments
Argument
ctr_metadata
iv
iv_len
nonce
nonce_len
Related Functions
Found 1 other functions taking a
NX_CRYPTO_CTR_STRUCT
argument:
Function
_nx_crypto_ctr_encrypt()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_ctr_encrypt_init
(
NX_CRYPTO_CTR
*
ctr_metadata
,
UCHAR
*
iv
,
UINT
iv_len
,
nx_crypto_ctr.c:294
NX_CRYPTO_KEEP
UINT
_nx_crypto_ctr_encrypt_init
(
NX_CRYPTO_CTR
*
ctr_metadata
,
UCHAR
*
iv
,
UINT
iv_len
,
nx_crypto_ctr.h:78
status
=
_nx_crypto_ctr_encrypt_init
(
&
(
ctx
->
nx_crypto_aes_mode_context
.
ctr
)
,
nx_crypto_aes.c:2858
_nx_crypto_method_aes_ctr_operation()
status
=
_nx_crypto_ctr_encrypt_init
(
&
(
ctx
->
nx_crypto_aes_mode_context
.
ctr
)
,
nx_crypto_aes.c:2875
_nx_crypto_method_aes_ctr_operation()
Call Tree
from
examples
_nx_crypto_ctr_encrypt_init()
is called by 1 function and calls 2 functions:
_nx_crypto_method_aes_ctr_operation()
All items filtered out
_nx_crypto_ctr_encrypt_init()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
All items filtered out
Data Use
from
examples
_nx_crypto_ctr_encrypt_init()
reads 1 variable:
NX_CRYPTO_CTR_STRUCT::nx_crypto_ctr_counter_block
All items filtered out
_nx_crypto_ctr_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