netxduo
NX_CRYPTO_HMAC_STRUCT::block_size
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_HMAC_STRUCT::block_size
NX_CRYPTO_HMAC_STRUCT::block_size field
Syntax
Show:
Summary
Declaration
from
nx_crypto_hmac.h:75
UINT
block_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT
block_size
;
nx_crypto_hmac.h:75
if
(
key_length
>
hmac_metadata
->
block_size
)
nx_crypto_hmac.c:147
_nx_crypto_hmac_initialize()
NX_CRYPTO_MEMSET
(
hmac_metadata
->
k_ipad
,
0
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:172
_nx_crypto_hmac_initialize()
NX_CRYPTO_MEMSET
(
hmac_metadata
->
k_opad
,
0
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:174
_nx_crypto_hmac_initialize()
for
(
i
=
0
;
i
<
hmac_metadata
->
block_size
;
i
++
)
nx_crypto_hmac.c:182
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
hmac_metadata
->
k_ipad
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:189
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
hmac_metadata
->
k_opad
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:309
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
block_size
=
block_size
;
nx_crypto_hmac.c:389
_nx_crypto_hmac_metadata_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_HMAC_STRUCT::block_size
is written by 1 function and is read by 2 functions:
_nx_crypto_hmac_metadata_set()
All items filtered out
NX_CRYPTO_HMAC_STRUCT::block_size
_nx_crypto_hmac_initialize()
_nx_crypto_hmac_digest_calculate()
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