netxduo
_nx_crypto_gcm_multi()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (1/7)...
Files
loading (2/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_gcm_multi()
_nx_crypto_gcm_multi() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_gcm.c:202
static
VOID
_nx_crypto_gcm_multi
(
UCHAR
*
x
,
UCHAR
*
y
,
UCHAR
*
output
)
;
Arguments
Argument
x
y
output
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
VOID
_nx_crypto_gcm_multi
(
UCHAR
*
x
,
UCHAR
*
y
,
UCHAR
*
output
)
nx_crypto_gcm.c:202
_nx_crypto_gcm_multi
(
tmp_block
,
hkey
,
output
)
;
nx_crypto_gcm.c:305
_nx_crypto_gcm_ghash_update()
_nx_crypto_gcm_multi
(
tmp_block
,
hkey
,
output
)
;
nx_crypto_gcm.c:318
_nx_crypto_gcm_ghash_update()
Call Tree
from
examples
_nx_crypto_gcm_multi()
is called by 1 function and calls 3 functions:
_nx_crypto_gcm_ghash_update()
All items filtered out
_nx_crypto_gcm_multi()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
_nx_crypto_gcm_xor()
All items filtered out
Data Use
from
examples
_nx_crypto_gcm_multi()
:
All items filtered out
_nx_crypto_gcm_multi()
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