netxduo
_nx_crypto_gcm_ghash_update()
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_gcm_ghash_update()
_nx_crypto_gcm_ghash_update() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_gcm.c:294
static
VOID
_nx_crypto_gcm_ghash_update
(
UCHAR
*
hkey
,
UCHAR
*
input
,
UINT
input_length
,
UCHAR
*
output
)
;
Arguments
Argument
hkey
input
input_length
output
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
VOID
_nx_crypto_gcm_ghash_update
(
UCHAR
*
hkey
,
UCHAR
*
input
,
UINT
input_length
,
UCHAR
*
output
)
nx_crypto_gcm.c:294
_nx_crypto_gcm_ghash_update
(
hkey
,
iv
,
iv_len
,
j0
)
;
nx_crypto_gcm.c:499
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_ghash_update
(
hkey
,
tmp_block
,
NX_CRYPTO_GCM_BLOCK_SIZE
,
j0
)
;
nx_crypto_gcm.c:505
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_ghash_update
(
hkey
,
additional_data
,
additional_len
,
s
)
;
nx_crypto_gcm.c:510
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_ghash_update
(
hkey
,
output
,
length
,
s
)
;
nx_crypto_gcm.c:591
_nx_crypto_gcm_encrypt_update()
_nx_crypto_gcm_ghash_update
(
hkey
,
tmp_block
,
NX_CRYPTO_GCM_BLOCK_SIZE
,
s
)
;
nx_crypto_gcm.c:679
_nx_crypto_gcm_encrypt_calculate()
_nx_crypto_gcm_ghash_update
(
hkey
,
input
,
length
,
s
)
;
nx_crypto_gcm.c:757
_nx_crypto_gcm_decrypt_update()
_nx_crypto_gcm_ghash_update
(
hkey
,
tmp_block
,
NX_CRYPTO_GCM_BLOCK_SIZE
,
s
)
;
nx_crypto_gcm.c:848
_nx_crypto_gcm_decrypt_calculate()
Call Tree
from
examples
_nx_crypto_gcm_ghash_update()
is called by 5 functions and calls 4 functions:
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_encrypt_update()
_nx_crypto_gcm_encrypt_calculate()
_nx_crypto_gcm_decrypt_update()
_nx_crypto_gcm_decrypt_calculate()
All items filtered out
_nx_crypto_gcm_ghash_update()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
_nx_crypto_gcm_multi()
_nx_crypto_gcm_xor()
All items filtered out
Data Use
from
examples
_nx_crypto_gcm_ghash_update()
:
All items filtered out
_nx_crypto_gcm_ghash_update()
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